国外网站加速器 Googleapi Redirector

Replace the requests of *.googleapi.com to available mirror. 在无法访问googleapi.com的地区,将资源请求重定向至可用镜像。

国外网站加速器 Googleapi Redirector क्या है?

国外网站加速器 Googleapi Redirector yanglihui द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the requests of *.googleapi.com to available mirror. 在无法访问googleapi.com的地区,将资源请求重定向至可用镜像。"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 国外网站加速器 Googleapi Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        在部分地区的网络环境下,无法使用谷歌(google)提供的服务,其中包括googleapi.com提供的静态资源以及字体资源。而很多网站以及建站系统都在使用ajax.googleapi.com fonts.googleapi.com的资源,这导致在这些网络环境下,相应的网站使用异常,比如worldpress等。
本扩展将会尝试将页面中发起的ajax.googleapi.com 和 fonts.googleapi.com的资源请求,替换成这些地区可用的镜像资源。
……
some people could not access google service for some reason, including js lib or google fonts served by googleapi.com. however there many website or website software are using these service, this lead to the abnormity of these websites.
this extension will try to redirect the request of ajax.googleapi.com or fonts.googleapi.com to the available mirror.                    

एक्सटेंशन की मूल जानकारी

नाम 国外网站加速器 Googleapi Redirector 国外网站加速器 Googleapi Redirector
ID okaafikclepnpjlcdbafakiiffbccmkb
आधिकारिक URL https://chromewebstore.google.com/detail/%E5%9B%BD%E5%A4%96%E7%BD%91%E7%AB%99%E5%8A%A0%E9%80%9F%E5%99%A8-googleapi-redirec/okaafikclepnpjlcdbafakiiffbccmkb
विवरण Replace the requests of *.googleapi.com to available mirror. 在无法访问googleapi.com的地区,将资源请求重定向至可用镜像。
फ़ाइल का आकार 1.35 MB
स्थापना संख्या 999
वर्तमान संस्करण 1.15
अंतिम अपडेट 2019-04-23
प्रकाशन तिथि 2019-04-23
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर yanglihui
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u56fd\u5916\u7f51\u7ad9\u52a0\u901f\u5668 Googleapi Redirector",
    "short_name": "Googleapi Redirector",
    "description": "Replace the requests of *.googleapi.com to available mirror. \n\u5728\u65e0\u6cd5\u8bbf\u95eegoogleapi.com\u7684\u5730\u533a\uff0c\u5c06\u8d44\u6e90\u8bf7\u6c42\u91cd\u5b9a\u5411\u81f3\u53ef\u7528\u955c\u50cf\u3002",
    "icons": {
        "16": "img\/chrome-googleapi-16.png",
        "48": "img\/chrome-googleapi-48.png",
        "128": "img\/chrome-googleapi-128.png"
    },
    "version": "1.15",
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/vendor\/jquery\/jquery-3.2.1.min.js",
                "\/js\/option.js",
                "\/js\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "page\/popup.html",
        "default_title": "Click here!"
    },
    "options_page": "page\/options.html",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "*:\/\/chrome.url.im\/*"
    ]
}