360谷谷哒
使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。
Cos'è 360谷谷哒?
360谷谷哒 è un'estensione di Chrome sviluppata da http://c7sky.com, e la sua funzione principale è "使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 360谷谷哒
Scarica i file di estensione 360谷谷哒 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
由于众所周知的原因,如果网站使用了 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/
Informazioni di Base sull'Estensione
Nome | |
ID | fppbiabnfiajngdjjljohhcajdbljhak |
URL Ufficiale | https://chrome.google.com/webstore/detail/360%E8%B0%B7%E8%B0%B7%E5%93%92/fppbiabnfiajngdjjljohhcajdbljhak |
Descrizione | 使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。 |
Dimensione del File | 16.59 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2014-07-23 |
Data di Pubblicazione | 2014-07-23 |
Valutazione | 4.64/5 Totale 14 Valutazioni |
Sviluppatore | http://c7sky.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://c7sky.com/ |
URL della Pagina di Aiuto | http://c7sky.com/ |
URL della Pagina della Politica sulla Privacy | https://c7x.me/web-extension-privacy-policy.html |
Lingue Supportate | 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\/" ] } |