Remove G-IP Redirection

Remove Google IP Redirection in Address Bar

Vad är Remove G-IP Redirection?

Remove G-IP Redirection är en Chrome-tillägg utvecklad av istu, och dess huvudfunktion är "Remove Google IP Redirection in Address Bar".

Tilläggsskärmbilder

screenshot

Ladda ner Remove G-IP Redirection-förlängningens CRX-fil

Ladda ner Remove G-IP Redirection-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        去掉BaiGoogledu中Google搜索结果的重定向,适用世界之窗极速浏览器 IE内核。                    

Grundläggande Information om Tillägg

Namn Remove G-IP Redirection Remove G-IP Redirection
ID hkoamajfkahbpfdmibfmbcbephemadge
Officiell webbadress https://chromewebstore.google.com/detail/remove-g-ip-redirection/hkoamajfkahbpfdmibfmbcbephemadge
Beskrivning Remove Google IP Redirection in Address Bar
Filstorlek 3.19 KB
Antal Installationer 41
Aktuell Version 0.12
Senast Uppdaterad 2012-07-11
Publiceringsdatum 2012-06-21
Utvecklare istu
Betalningssätt free
Stödda Språk zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove G-IP Redirection",
    "version": "0.12",
    "description": "Remove Google IP Redirection in Address Bar",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*"
    ],
    "background_page": "background.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}