IRUnfilterg

This will apply proxy and remove host header from HTTP.

Что такое IRUnfilterg?

IRUnfilterg - это расширение Chrome, разработанное http://abiusx.com, и его основная функция - "This will apply proxy and remove host header from HTTP.".

Скачать файл CRX расширения IRUnfilterg

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

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

                        IRUnfilterG bypasses Iran filtering for Google Chrome.

Due to a bug on Google Chrome codebase, current version only works in Mac and Linux. It will be fixed in future releases of Google Chrome.                    

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

Название IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
Официальный URL https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
Описание This will apply proxy and remove host header from HTTP.
Размер файла 23.09 KB
Количество установок 24
Текущая Версия 1.0
Последнее Обновление 2012-10-16
Дата публикации 2012-10-16
Разработчик http://abiusx.com
Тип оплаты free
Официальный сайт расширения https://abiusx.com/code/irunfilter
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRUnfilterg",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This will apply proxy and remove host header from HTTP.",
    "background": {
        "scripts": [
            "proxy.js",
            "main.js",
            "headerer.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "",
        "proxy",
        "webRequest",
        "webRequestBlocking"
    ]
}