IRUnfilterg

This will apply proxy and remove host header from HTTP.

Vad är IRUnfilterg?

IRUnfilterg är en Chrome-tillägg utvecklad av http://abiusx.com, och dess huvudfunktion är "This will apply proxy and remove host header from HTTP.".

Ladda ner IRUnfilterg-förlängningens CRX-fil

Ladda ner IRUnfilterg-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
Officiell webbadress https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
Beskrivning This will apply proxy and remove host header from HTTP.
Filstorlek 23.09 KB
Antal Installationer 24
Aktuell Version 1.0
Senast Uppdaterad 2012-10-16
Publiceringsdatum 2012-10-16
Utvecklare http://abiusx.com
Betalningssätt free
Tilläggswebbplats https://abiusx.com/code/irunfilter
Stödda Språk 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"
    ]
}