WhitelistProxyAutoSwitchy

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

Qu'est-ce que WhitelistProxyAutoSwitchy ?

WhitelistProxyAutoSwitchy est une extension Chrome développée par https://blog.datafiddle.net, et sa fonction principale est "WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WhitelistProxyAutoSwitchy

Téléchargez les fichiers d'extension WhitelistProxyAutoSwitchy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom WhitelistProxyAutoSwitchy WhitelistProxyAutoSwitchy
ID fkdpddcmgklcnejajcoafipmlodbgeom
URL Officiel https://chromewebstore.google.com/detail/whitelistproxyautoswitchy/fkdpddcmgklcnejajcoafipmlodbgeom
Description WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server
Taille du Fichier 500 KB
Nombre d'Installations 560
Version Actuelle 1.0.10
Dernière Mise à Jour 2020-06-15
Date de Publication 2020-06-15
Évaluation 4.00/5 Total 10 Évaluations
Développeur https://blog.datafiddle.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://blog.datafiddle.net
Langues Prises en Charge 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"
}