IRUnfilterg

This will apply proxy and remove host header from HTTP.

Wat is IRUnfilterg?

IRUnfilterg is een Chrome-extensie ontwikkeld door http://abiusx.com, en de belangrijkste functie is "This will apply proxy and remove host header from HTTP.".

Download het CRX-bestand van de extensie IRUnfilterg

Download IRUnfilterg-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
Officiële URL https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
Beschrijving This will apply proxy and remove host header from HTTP.
Bestandsgrootte 23.09 KB
Aantal Installaties 24
Huidige Versie 1.0
Laatst Bijgewerkt 2012-10-16
Publicatiedatum 2012-10-16
Ontwikkelaar http://abiusx.com
Betalingswijze free
Extensiewebsite https://abiusx.com/code/irunfilter
Ondersteunde Talen 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"
    ]
}