WhitelistProxyAutoSwitchy

WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server

WhitelistProxyAutoSwitchyคืออะไร?

WhitelistProxyAutoSwitchy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.datafiddle.net และคุณลักษณะหลักของมันคือ "WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhitelistProxyAutoSwitchy

ดาวน์โหลดไฟล์ส่วนขยาย 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".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WhitelistProxyAutoSwitchy WhitelistProxyAutoSwitchy
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"
}