Replace Google CDN
将 Google CDN 替换为国内镜像 v3
What is Replace Google CDN?
Replace Google CDN is a Chrome extension developed by https://justjavac.com, and its main feature is "将 Google CDN 替换为国内镜像 v3".
Extension Screenshots
Download Replace Google CDN Extension CRX File
Download Replace Google CDN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
> 由于众所周知的原因,只需替换一个域名就可以继续使用Google提供的前端公共库了。 > 同样,通过script标记引用这些资源,让网站访问速度瞬间提速吧骚年! 很多网站,尤其是国外网站,为了加快网站的速度,都是用了 Google 的 CDN。 但是在天朝,由于某些原因,导致全球最快的 CDN 变成了全球最慢的。 于是,我写了这个插件,将 Google 的 CDN 替换成国内的。 本来我使用的是 360 提供的。经网友提醒 360 的不支持 https,于是改成中科大的。
Extension Basic Information
Name | Replace Google CDN |
ID | kpampjmfiopfpkkepbllemkibefkiice |
Official URL | https://chromewebstore.google.com/detail/replace-google-cdn/kpampjmfiopfpkkepbllemkibefkiice |
Description | 将 Google CDN 替换为国内镜像 v3 |
File Size | 110 KB |
Installation Count | 9,000 |
Current Version | 0.10.23 |
Last Updated | 2023-02-13 |
Publish Date | 2020-07-15 |
Rating | 4.52/5 Total 33 Ratings |
Developer | https://justjavac.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/justjavac/ReplaceGoogleCDN |
Help Page URL | https://github.com/justjavac/ReplaceGoogleCDN |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Replace Google CDN", "version": "0.10.23", "manifest_version": 3, "icons": { "128": "icons\/128.png" }, "description": "\u5c06 Google CDN \u66ff\u6362\u4e3a\u56fd\u5185\u955c\u50cf v3", "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback" ], "host_permissions": [ " |