360谷谷哒

使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。

Apa itu 360谷谷哒?

360谷谷哒 adalah ekstensi Chrome yang dikembangkan oleh http://c7sky.com, dan fitur utamanya adalah "使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 360谷谷哒

Unduh file ekstensi 360谷谷哒 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 Hosted Libraries 或者 Google Fonts,会导致网站加载异常缓慢,浏览时出现长时间白屏。

360谷谷哒通过将网站发出的 Google 公共库&字体库请求替换为由 360 网站卫士 CDN 驱动的前端公共库,让网站恢复正常访问!

如:
http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js?ver=3.4.2
会被替换为
http://ajax.useso.com/ajax/libs/jquery/1.7.2/jquery.min.js?ver=3.4.2


360网站卫士常用前端公共库CDN服务:http://libs.useso.com/                    

Informasi Dasar Ekstensi

Nama 360谷谷哒 360谷谷哒
ID fppbiabnfiajngdjjljohhcajdbljhak
URL Resmi https://chrome.google.com/webstore/detail/360%E8%B0%B7%E8%B0%B7%E5%93%92/fppbiabnfiajngdjjljohhcajdbljhak
Deskripsi 使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。
Ukuran File 16.59 KB
Jumlah Instalasi 112
Versi Saat Ini 0.3
Terakhir Diperbarui 2014-07-23
Tanggal Publikasi 2014-07-23
Penilaian 4.64/5 Total 14 Penilaian
Pengembang http://c7sky.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://c7sky.com/
URL Halaman Bantuan http://c7sky.com/
URL Halaman Kebijakan Privasi https://c7x.me/web-extension-privacy-policy.html
Bahasa yang Didukung zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "360\u8c37\u8c37\u54d2",
    "version": "0.3",
    "author": "\u5c0f\u5f71",
    "description": "\u4f7f\u7528\u7531 360 \u7f51\u7ad9\u536b\u58eb CDN \u9a71\u52a8\u7684\u524d\u7aef\u516c\u5171\u5e93\u66ff\u4ee3\u7f51\u7ad9\u4e2d Google \u516c\u5171\u5e93&\u5b57\u4f53\u5e93\u7684\u8bf7\u6c42\u3002",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/ajax.googleapis.com\/",
        "http:\/\/fonts.googleapis.com\/"
    ]
}