web proxy control

代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList

web proxy controlとは何ですか?

web proxy controlはhyqhyq_3によって開発されたChromeの拡張機能で、その主な機能は「代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList」です。

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

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

拡張機能の使用方法

                        代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单

域名排除说明
cn可以匹配 abc.cn, def.abc.cn等子域名
HTTPS/HTTP代理支持用户认证                    

拡張機能の基本情報

名前 web proxy control web proxy control
ID nlnoapcpbpnelpkfnoakphdkaofonhnb
公式URL https://chromewebstore.google.com/detail/web-proxy-control/nlnoapcpbpnelpkfnoakphdkaofonhnb
説明 代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList
ファイルサイズ 738 KB
インストール数 77
現在のバージョン 0.9
最終更新日 2018-05-03
公開日 2018-05-03
評価 5.00/5 合計 2 レビュー
開発者 hyqhyq_3
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "web proxy control",
    "version": "0.9",
    "manifest_version": 2,
    "description": "\u4ee3\u7406\u914d\u7f6e\u7a0b\u5e8f \u652f\u6301HTTPS\/SOCKS\/HTTP\u4ee3\u7406\uff0c\u652f\u6301\u57df\u540d\u6392\u9664\u540d\u5355\uff0c\u652f\u6301GFWList",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/common.js",
            "bg.js"
        ]
    },
    "permissions": [
        "proxy",
        "tabs",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "settings.html"
    }
}