IRUnfilterg

This will apply proxy and remove host header from HTTP.

IRUnfiltergとは何ですか?

IRUnfiltergはhttp://abiusx.comによって開発されたChromeの拡張機能で、その主な機能は「This will apply proxy and remove host header from HTTP.」です。

IRUnfilterg拡張機能のCRXファイルをダウンロード

IRUnfilterg拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 IRUnfilterg IRUnfilterg
ID lanjkanddondkihfkjlmackofeadjbgg
公式URL https://chrome.google.com/webstore/detail/irunfilterg/lanjkanddondkihfkjlmackofeadjbgg
説明 This will apply proxy and remove host header from HTTP.
ファイルサイズ 23.09 KB
インストール数 24
現在のバージョン 1.0
最終更新日 2012-10-16
公開日 2012-10-16
開発者 http://abiusx.com
支払い方法 free
拡張機能のウェブサイト https://abiusx.com/code/irunfilter
対応言語 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"
    ]
}