IRUnfilterg

This will apply proxy and remove host header from HTTP.

Hvad er IRUnfilterg?

IRUnfilterg er en Chrome-udvidelse udviklet af http://abiusx.com, og dens hovedfunktion er "This will apply proxy and remove host header from HTTP.".

Download IRUnfilterg-udvidelses-CRX-fil

Download IRUnfilterg-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
Officiel URL https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
Beskrivelse This will apply proxy and remove host header from HTTP.
Filstørrelse 23.09 KB
Antal Installationer 24
Nuværende Version 1.0
Senest Opdateret 2012-10-16
Udgivelsesdato 2012-10-16
Udvikler http://abiusx.com
Betalingsmetode free
Udvidelseswebsted https://abiusx.com/code/irunfilter
Understøttede Sprog 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"
    ]
}