web proxy control
代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList
What is web proxy control?
web proxy control is a Chrome extension developed by hyqhyq_3, and its main feature is "代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList".
Download web proxy control Extension CRX File
Download web proxy control 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
代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单 域名排除说明 cn可以匹配 abc.cn, def.abc.cn等子域名 HTTPS/HTTP代理支持用户认证
Extension Basic Information
Name | web proxy control |
ID | nlnoapcpbpnelpkfnoakphdkaofonhnb |
Official URL | https://chromewebstore.google.com/detail/web-proxy-control/nlnoapcpbpnelpkfnoakphdkaofonhnb |
Description | 代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList |
File Size | 738 KB |
Installation Count | 77 |
Current Version | 0.9 |
Last Updated | 2018-05-03 |
Publish Date | 2018-05-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | hyqhyq_3 |
Payment Type | free |
Supported Languages | 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" } } |