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
官方網址 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"
    ]
}