WhitelistProxyAutoSwitchy

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

O que é WhitelistProxyAutoSwitchy?

WhitelistProxyAutoSwitchy é uma extensão do Chrome desenvolvida por https://blog.datafiddle.net, e sua principal característica é "WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WhitelistProxyAutoSwitchy

Baixe arquivos de extensão WhitelistProxyAutoSwitchy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome WhitelistProxyAutoSwitchy WhitelistProxyAutoSwitchy
ID fkdpddcmgklcnejajcoafipmlodbgeom
URL Oficial https://chromewebstore.google.com/detail/whitelistproxyautoswitchy/fkdpddcmgklcnejajcoafipmlodbgeom
Descrição WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server
Tamanho do Arquivo 500 KB
Contagem de Instalações 560
Versão Atual 1.0.10
Última Atualização 2020-06-15
Data de Publicação 2020-06-15
Classificação 4.00/5 Total de 10 Avaliações
Desenvolvedor https://blog.datafiddle.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://blog.datafiddle.net
Idiomas Suportados 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"
}