IRUnfilterg

This will apply proxy and remove host header from HTTP.

Cos'è IRUnfilterg?

IRUnfilterg è un'estensione di Chrome sviluppata da http://abiusx.com, e la sua funzione principale è "This will apply proxy and remove host header from HTTP.".

Scarica il file CRX dell'estensione IRUnfilterg

Scarica i file di estensione IRUnfilterg in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
URL Ufficiale https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
Descrizione This will apply proxy and remove host header from HTTP.
Dimensione del File 23.09 KB
Conteggio Installazioni 24
Versione Corrente 1.0
Ultimo Aggiornamento 2012-10-16
Data di Pubblicazione 2012-10-16
Sviluppatore http://abiusx.com
Tipo di Pagamento free
Sito Web dell'Estensione https://abiusx.com/code/irunfilter
Lingue Supportate 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"
    ]
}