WhitelistProxyAutoSwitchy

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

WhitelistProxyAutoSwitchy क्या है?

WhitelistProxyAutoSwitchy https://blog.datafiddle.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WhitelistProxyAutoSwitchy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}