Skip to content

Flash浏览器改造计划

准备工作

1、下载旧版本 Google Chrome

  • 例如:87.0.4280.141
  • 下载:跳转 d7vc

2、 下载最新的 pepflashplayer.dll

  • 例如:34.0.0.330
  • 下载:跳转

3、 下载最新的 Chrome_Plus

  • 例如:1.13.1
  • 下载:跳转

操作流程

  • 解压 87.0.4280.141_chrome64_stable_windows_installer.exechrome.7z 打开 chrome-bin
  • 2 下载压缩包,解压缩 x64 文件夹中pepflashplayer64开头文件改名为 pepflashplayer.dll ,拷贝到 1chrome-bin 文件夹
  • 3 下载压缩包,解压缩 x64chrome++.iniversion.dll文件,拷贝到 1chrome-bin 文件夹
  • chrome-bin 文件夹修改成自己喜欢的名字(非中文且绝对路径不可有中文)即可
  • chrome++.ini 对应内容修改
shell
data_dir = %app%\Data  
cache_dir = %app%\Cache

command_line = --disable-features=PrintCompositorLPAC --force-renderer-accessibility=basic --disable-background-networking --disable-update-check
  • 新增 create_shortcut.vbs (桌面生成浏览器快捷方式)
shell
Set WshShell = WScript.CreateObject("WScript.Shell")

Set fso = CreateObject("Scripting.FileSystemObject")

currentFolder = fso.GetFolder(".").Path

desktopPath = WshShell.SpecialFolders("Desktop")

Set oShellLink = WshShell.CreateShortcut(desktopPath & "\Google Chrome.lnk")

oShellLink.TargetPath = currentFolder & "\chrome.exe"

oShellLink.Arguments = "--allow-outdated-plugins --enable-pepper-flash --ppapi-flash-path=" & currentFolder & "\pepflashplayer.dll --ppapi-flash-version=34.0.0.330"

oShellLink.WindowStyle = 1

oShellLink.IconLocation = currentFolder & "\87.0.4280.141\Gdge.ico"

oShellLink.Description = "Google Chrome For RocoFlashBrowser Flash"

oShellLink.WorkingDirectory = currentFolder

oShellLink.Save
  • 新增 ForceEnableFlash.reg (强制开启浏览器flash插件)
shell
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Policies\Chromium]
"AllowOutdatedPlugins"=dword:00000001
"RunAllFlashInAllowMode"=dword:00000001
"DefaultPluginsSetting"=dword:00000001
"HardwareAccelerationModeEnabled"=dword:00000001

[HKEY_CURRENT_USER\SOFTWARE\Policies\Chromium\PluginsAllowedForUrls]
"1"="https://*"
"2"="http://*"


[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"AllowOutdatedPlugins"=dword:00000001
"DisableFlashEOLNotification"=dword:00000001
"RunAllFlashInAllowMode"=dword:00000001
"DefaultPluginsSetting"=dword:00000001
"HardwareAccelerationModeEnabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\PluginsAllowedForUrls]
"1"="https://*"
"2"="http://*"

使用手册

  • 双击 create_shortcut.vbs
  • 双击 ForceEnableFlash.reg
  • 右键管理员权限运行桌面 Google Chrome.lnk

总结

  • 这种创造还原历史性玩法
  • 解决不会再有烦人的flash中心的广告问题和区域时效问题
  • 因只关联 PepFlash 插件,只能玩 https://17roco.qq.com/index.html
  • 真正意义上的绿色携带版 chrome浏览器

Welcome to Beibei's Website