360谷谷哒

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

What is 360谷谷哒?

360谷谷哒 is a Chrome extension developed by http://c7sky.com, and its main feature is "使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。".

Extension Screenshots

screenshot

Download 360谷谷哒 Extension CRX File

Download 360谷谷哒 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 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/                    

Extension Basic Information

Name 360谷谷哒 360谷谷哒
ID fppbiabnfiajngdjjljohhcajdbljhak
Official URL https://chrome.google.com/webstore/detail/360%E8%B0%B7%E8%B0%B7%E5%93%92/fppbiabnfiajngdjjljohhcajdbljhak
Description 使用由 360 网站卫士 CDN 驱动的前端公共库替代网站中 Google 公共库&字体库的请求。
File Size 16.59 KB
Installation Count 112
Current Version 0.3
Last Updated 2014-07-23
Publish Date 2014-07-23
Rating 4.64/5 Total 14 Ratings
Developer http://c7sky.com
Email [email protected]
Payment Type free
Extension Website http://c7sky.com/
Help Page URL http://c7sky.com/
Privacy Policy Page URL https://c7x.me/web-extension-privacy-policy.html
Supported Languages 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\/"
    ]
}