WhitelistProxyAutoSwitchy
WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server
什么是WhitelistProxyAutoSwitchy?
WhitelistProxyAutoSwitchy是由https://blog.datafiddle.net开发的Chrome扩展程序,该扩展的主要功能是“WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server”。
扩展截图
下载WhitelistProxyAutoSwitchy扩展crx文件
下载WhitelistProxyAutoSwitchy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
White list proxy swichy, which means you do not need to apply a proxy to all web site, instead of, it will only be applied in the specified domain list web site.
The valid proxy address format list as below:
http://proxtserver:port
http://proxtserver
https://proxtserver:port
https://proxtserver
proxtserver:port
1.0.6
1. New feature: proxy history.
1.0.3:
1. New feature: "Export pac script". 扩展基本信息
| 名称 | |
| ID | fkdpddcmgklcnejajcoafipmlodbgeom |
| 官方URL | https://chromewebstore.google.com/detail/whitelistproxyautoswitchy/fkdpddcmgklcnejajcoafipmlodbgeom |
| 简介 | WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server |
| 文件大小 | 500 KB |
| 安装次数 | 560 |
| 当前版本 | 1.0.10 |
| 更新时间 | 2020-06-15 |
| 上架时间 | 2020-06-15 |
| 评分 | 4.00/5 共10次评分 |
| 开发者 | https://blog.datafiddle.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://blog.datafiddle.net |
| 支持的语言 | en,zh-CN |
| manifest.json | |
{
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "img\/icon-auto.png",
"default_popup": "popup.html",
"default_title": "WhitelistProxySwitchy"
},
"default_locale": "en",
"description": "__MSG_toolDesc__",
"icons": {
"128": "img\/logo.png"
},
"manifest_version": 2,
"minimum_chrome_version": "22.0.0",
"name": "__MSG_name__",
"options_page": "options.html",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"management",
"proxy",
"tabs",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/",
"https:\/\/*\/"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.10"
} | |