Replace Google CDN

将 Google CDN 替换为国内镜像 v3

Apa itu Replace Google CDN?

Replace Google CDN adalah ekstensi Chrome yang dikembangkan oleh https://justjavac.com, dan fitur utamanya adalah "将 Google CDN 替换为国内镜像 v3".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Replace Google CDN

Unduh file ekstensi Replace Google CDN dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        > 由于众所周知的原因,只需替换一个域名就可以继续使用Google提供的前端公共库了。 
> 同样,通过script标记引用这些资源,让网站访问速度瞬间提速吧骚年!

很多网站,尤其是国外网站,为了加快网站的速度,都是用了 Google 的 CDN。 

但是在天朝,由于某些原因,导致全球最快的 CDN 变成了全球最慢的。

于是,我写了这个插件,将 Google 的 CDN 替换成国内的。

本来我使用的是 360 提供的。经网友提醒 360 的不支持 https,于是改成中科大的。                    

Informasi Dasar Ekstensi

Nama Replace Google CDN Replace Google CDN
ID kpampjmfiopfpkkepbllemkibefkiice
URL Resmi https://chromewebstore.google.com/detail/replace-google-cdn/kpampjmfiopfpkkepbllemkibefkiice
Deskripsi 将 Google CDN 替换为国内镜像 v3
Ukuran File 110 KB
Jumlah Instalasi 9,000
Versi Saat Ini 0.10.23
Terakhir Diperbarui 2023-02-13
Tanggal Publikasi 2020-07-15
Penilaian 4.52/5 Total 33 Penilaian
Pengembang https://justjavac.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/justjavac/ReplaceGoogleCDN
URL Halaman Bantuan https://github.com/justjavac/ReplaceGoogleCDN
Bahasa yang Didukung 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": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_redirect_main",
                "enabled": true,
                "path": "rules\/rules_redirect_main.json"
            },
            {
                "id": "ruleset_redirect_main_extra",
                "enabled": true,
                "path": "rules\/rules_redirect_main_extra.json"
            },
            {
                "id": "ruleset_remove_content_security_policy_header",
                "enabled": true,
                "path": "rules\/rules_remove_content_security_policy_header.json"
            },
            {
                "id": "ruleset_domain_replace",
                "enabled": false,
                "path": "rules\/rules_domain_replace.json"
            }
        ]
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self';script-src 'self'  'wasm-unsafe-eval'  ;object-src 'self'; style-src 'self' 'unsafe-inline' ; connect-src   https:\/\/justjavac.com https:\/\/justjavac.github.io https:\/\/*.justjavac.com\/ https:\/\/*.jingjingxyk.com https:\/\/jingjingxyk.github.io  http:\/\/localhost https:\/\/raw.githubusercontent.com https:\/\/github.com https:\/\/gitee.com https:\/\/gitcode.net;",
        "sandbox": "sandbox allow-scripts allow-popups; script-src 'unsafe-inline' 'unsafe-eval'  "
    },
    "options_ui": {
        "page": "options_ui\/index.html",
        "open_in_tab": true
    },
    "sandbox": {
        "pages": [
            "sandbox\/index.html"
        ]
    },
    "action": {
        "default_title": "Replace Google CDN"
    },
    "author": "https:\/\/github.com\/justjavac",
    "homepage_url": "https:\/\/github.com\/justjavac\/ReplaceGoogleCDN"
}