IRUnfilterg

This will apply proxy and remove host header from HTTP.

Qu'est-ce que IRUnfilterg ?

IRUnfilterg est une extension Chrome développée par http://abiusx.com, et sa fonction principale est "This will apply proxy and remove host header from HTTP.".

Télécharger le fichier CRX de l'extension IRUnfilterg

Téléchargez les fichiers d'extension IRUnfilterg au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
URL Officiel https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
Description This will apply proxy and remove host header from HTTP.
Taille du Fichier 23.09 KB
Nombre d'Installations 24
Version Actuelle 1.0
Dernière Mise à Jour 2012-10-16
Date de Publication 2012-10-16
Développeur http://abiusx.com
Type de Paiement free
Site Web de l'Extension https://abiusx.com/code/irunfilter
Langues Prises en Charge 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"
    ]
}