IRUnfilterg

This will apply proxy and remove host header from HTTP.

What is IRUnfilterg?

IRUnfilterg is a Chrome extension developed by http://abiusx.com, and its main feature is "This will apply proxy and remove host header from HTTP.".

Download IRUnfilterg Extension CRX File

Download IRUnfilterg extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
Official URL https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
Description This will apply proxy and remove host header from HTTP.
File Size 23.09 KB
Installation Count 24
Current Version 1.0
Last Updated 2012-10-16
Publish Date 2012-10-16
Developer http://abiusx.com
Payment Type free
Extension Website https://abiusx.com/code/irunfilter
Supported Languages 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"
    ]
}