WhitelistProxyAutoSwitchy
WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server
WhitelistProxyAutoSwitchy là gì?
WhitelistProxyAutoSwitchy là một tiện ích mở rộng Chrome được phát triển bởi https://blog.datafiddle.net, và tính năng chính của nó là "WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WhitelistProxyAutoSwitchy
Tải xuống các tệp mở rộng WhitelistProxyAutoSwitchy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WhitelistProxyAutoSwitchy |
ID | fkdpddcmgklcnejajcoafipmlodbgeom |
URL Chính Thức | https://chromewebstore.google.com/detail/whitelistproxyautoswitchy/fkdpddcmgklcnejajcoafipmlodbgeom |
Mô tả | WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server |
Kích Thước Tệp | 500 KB |
Số Lần Cài Đặt | 560 |
Phiên Bản Hiện Tại | 1.0.10 |
Cập Nhật Lần Cuối | 2020-06-15 |
Ngày Phát Hành | 2020-06-15 |
Đánh Giá | 4.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://blog.datafiddle.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://blog.datafiddle.net |
Ngôn Ngữ Được Hỗ Trợ | 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" } |