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"
    ]
}