360谷谷哒

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

Wat is 360谷谷哒?

360谷谷哒 is een Chrome-extensie ontwikkeld door http://c7sky.com, en de belangrijkste functie is "使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 360谷谷哒

Download 360谷谷哒-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        由于众所周知的原因,如果网站使用了 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/                    

Basisinformatie over de Extensie

Naam 360谷谷哒 360谷谷哒
ID fppbiabnfiajngdjjljohhcajdbljhak
Officiële URL https://chrome.google.com/webstore/detail/360%E8%B0%B7%E8%B0%B7%E5%93%92/fppbiabnfiajngdjjljohhcajdbljhak
Beschrijving 使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。
Bestandsgrootte 16.59 KB
Aantal Installaties 112
Huidige Versie 0.3
Laatst Bijgewerkt 2014-07-23
Publicatiedatum 2014-07-23
Beoordeling 4.64/5 Totaal 14 Beoordelingen
Ontwikkelaar http://c7sky.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://c7sky.com/
Help Pagina-URL http://c7sky.com/
URL van de Privacybeleid Pagina https://c7x.me/web-extension-privacy-policy.html
Ondersteunde Talen 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\/"
    ]
}