Remove G-IP Redirection

Remove Google IP Redirection in Address Bar

Что такое Remove G-IP Redirection?

Remove G-IP Redirection - это расширение Chrome, разработанное istu, и его основная функция - "Remove Google IP Redirection in Address Bar".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Remove G-IP Redirection

Скачайте файлы расширений Remove G-IP Redirection в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Remove G-IP Redirection Remove G-IP Redirection
ID hkoamajfkahbpfdmibfmbcbephemadge
Официальный URL https://chromewebstore.google.com/detail/remove-g-ip-redirection/hkoamajfkahbpfdmibfmbcbephemadge
Описание Remove Google IP Redirection in Address Bar
Размер файла 3.19 KB
Количество установок 41
Текущая Версия 0.12
Последнее Обновление 2012-07-11
Дата публикации 2012-06-21
Разработчик istu
Тип оплаты free
Поддерживаемые языки 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
}