🌐 Yet another chrome offline package checker https://ettingshausen.github.io/CheckChrome/
Find a file
GiriNeko 2798464c4a
Some checks failed
Latest Build to GitHub Pages / build (push) Has been cancelled
Latest Build to UPYUN / build (push) Has been cancelled
feat: change api url to relative path
2025-08-05 18:09:14 +08:00
.github/workflows fix: upyun workflow dir 2025-08-05 18:04:44 +08:00
src feat: change api url to relative path 2025-08-05 18:09:14 +08:00
util fix: parse info 2025-08-05 17:33:13 +08:00
.gitignore feat(html): bring up html template 2018-08-03 14:27:35 +08:00
LICENSE change license to GPLv3 2018-08-09 11:14:15 +08:00
README.md vendor: change domain 2025-08-05 17:06:08 +08:00
run.sh fix error 2023-11-07 00:04:38 +08:00

CheckChrome

🌐 Yet another chrome offline package download page generator.

Author Build Status License

API for CheckChrome

XML Format Output

Not compressed (For development)

GET https://chrome.ntr.sb/api/chrome.xml

Compressed (For production)

GET https://chrome.ntr.sb/api/chrome.min.xml

Advanced - Google Updater (Omaha) API

POST https://tools.google.com/service/update2
DATA:
<?xml version='1.0' encoding='UTF-8'?>
<request protocol='3.0' version='1.3.23.9' shell_version='1.3.21.103' ismachine='0'
         sessionid='{3597644B-2952-4F92-AE55-D315F45F80A5}' installsource='ondemandcheckforupdate'
         requestid='{CD7523AD-A40D-49F4-AEEF-8C114B804658}' dedup='cr'>
<hw sse='1' sse2='1' sse3='1' ssse3='1' sse41='1' sse42='1' avx='1' physmemory='12582912' />
<os platform='win' version='6.3' arch='{{arch}}'/>
<app appid='{{appid}}' ap='{{ap}}' version='' nextversion='' lang='' brand='GGLS' client=''><updatecheck/></app>
</request>
{{appid}}
Stable: 8A69D345-D564-463C-AFF1-A69D9E530F96",
Beta: 8A69D345-D564-463C-AFF1-A69D9E530F96",
Dev: 8A69D345-D564-463C-AFF1-A69D9E530F96",
Canary: 4EA16AC7-FD5A-47C3-875B-DBF4A2008C20"
{{arch}}
x64, x86
{{ap}}
Stable
    "x86": "-multi-chrome",
    "x64": "x64-stable-multi-chrome"
Beta
    "x86": "1.1-beta",
    "x64": "x64-beta-multi-chrome"
Dev
    "x86": "2.0-dev",
    "x64": "x64-dev-multi-chrome"
Canary
    "x86": "",
    "x64": "x64-canary"

@metowolf https://i-meto.com/chrome-binary/

Author

CheckChrome © Sukka, Released under the GPL-3.0 License.

Personal Website · Blog · GitHub @SukkaW · Telegram Channel @SukkaChannel

Render