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 |
| Eメール | [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"
} | |