IRUnfilterg

This will apply proxy and remove host header from HTTP.

Co to jest IRUnfilterg?

IRUnfilterg to rozszerzenie Chrome opracowane przez http://abiusx.com, a jego główną funkcją jest „This will apply proxy and remove host header from HTTP.”.

Pobierz plik CRX rozszerzenia IRUnfilterg

Pobierz pliki rozszerzeń IRUnfilterg w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
Oficjalny URL https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
Opis This will apply proxy and remove host header from HTTP.
Rozmiar pliku 23.09 KB
Liczba instalacji 24
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2012-10-16
Data Publikacji 2012-10-16
Deweloper http://abiusx.com
Typ Płatności free
Strona Rozszerzenia https://abiusx.com/code/irunfilter
Obsługiwane Języki 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"
    ]
}