下载

直接下载

Windows 64 位 Stable 正式版离线安装包:https://www.google.com/chrome/browser/desktop/index.html?platform=win64&extra=stablechannel&standalone=1

其他方式下载

https://api.pzhacm.org/iivb/cu.json

https://tools.shuax.com/chrome/

https://csharp.love/chrome-update-tool.html

https://www.iplaysoft.com/tools/chrome/

使用脚本下载(https://github.com/TkYu/PowerShellScripts):

# PowerShell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/TkYu/PowerShellScripts/master/ChromeDownload/Chrome.ps1'))

# cmd
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/TkYu/PowerShellScripts/master/ChromeDownload/Chrome.ps1'))"

# 想附带上 GreenChrome,就把上述脚本中的 Chrome.ps1 替换为 ChromeWithGreenChrome.ps1

更新脚本 Update.cmd,与 chrome.exe 放在一起:

@echo Checking Chrome update. Sit back and relax.
@SET "ggbranch=stable" && @SET "ggarch=x86" && @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy AllSigned -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/TkYu/PowerShellScripts/master/ChromeDownload/Chrome.ps1'))"
@pause

使用

关于此 flash player 与你的地区不相容

从 30(PPAPI) 版本开始就会出现提示。要么换回老版本,要么安装修改版的新版本。

打开 ,查看 Flash 项中 pepflashplayer.dll 文件的地址。需要替换两个文件 manifest.json 和 pepflashplayer.dll

安装 Flash 后会在 C:\Windows\System32\Macromed\Flash 或 C:\Windows\SysWOW64\Macromed\Flash 目录下找到文件,重命名替换到 chrome 即可。

https://pan.lanzou.com/b105607

https://pan.baidu.com/s/1xxRo5DZFxdJOXLIcf9buiA

https://www.52pojie.cn/thread-724713-1-1.html

https://www.ccava.net/post/47.html

http://www.usbmi.com/3180.html

启动参数

创建 chrome 快捷方式,打开属性添加。

Chrome-LMLPHP

# 设置用户目录
--user-data-dir="User Data"

# 设置代理
--proxy-server=https://cppcoding.site --host-resolver-rules="MAP cppcoding.site xxx.xxx.xxx.xxx"

扩展插件

Chrono下载管理器 https://chrome.google.com/webstore/detail/chrono-download-manager/mciiogijehkdemklbdcbfkefimifhecn

Proxy SwitchyOmega https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif

广告净化器(https://www.yiclear.com/https://chrome.google.com/webstore/detail/cbiaicifbmeokbhollcjfeaoakmppfeh

谷歌上网助手(http://googlehelper.net/https://chrome.google.com/webstore/detail/nonmafimegllfoonjgplbabhmgfanaka

谷歌访问助手(http://www.ggfwzs.com/https://chrome.google.com/webstore/detail/gocklaboggjfkolaknpbhddbaopcepfp

Restlet Client(类似 Postman) https://chrome.google.com/webstore/detail/restlet-client-rest-api-t/aejoelaoggembcahagimdiliamlcdmfm

Aria2 for Chrome https://chrome.google.com/webstore/detail/aria2-for-chrome/mpkodccbngfoacfalldjimigbofkhgjn

CodeTree(方便浏览 GitHub 与 Gitee) https://chrome.google.com/webstore/detail/keecdmdfhddgmiclpcmhgeamfaecamll

Vysor(Android 投屏) https://chrome.google.com/webstore/detail/vysor/gidgenkbbabolejbgbpnhbimgjbffefm

WEB前端助手(FeHelper) https://chrome.google.com/webstore/detail/pkgccpejnmalmdinmhkkfafefagiiiad

Vimium(Vim 方式操作 Chrome) https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb

沙拉查词 https://chrome.google.com/webstore/detail/cdonnmffkdaoajfknoeeecmchibpmkmg

SetupXXX https://chrome.google.com/webstore/detail/oofgbpoabipfcfjapgnbbjjaenockbdp

Postman https://chrome.google.com/webstore/detail/fhbjgbiflinjbdggehcddcbncdddomop

IDM https://chrome.google.com/webstore/detail/ngpampappnmepgilojfohadhhmbhlaek


https://shuax.com/

https://liulanmi.com/chrome

ChromeUpdateSharp_v2.4.5.0.zip

08-28 14:34