WhitelistProxyAutoSwitchy

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

¿Qué es WhitelistProxyAutoSwitchy?

WhitelistProxyAutoSwitchy es una extensión de Chrome desarrollada por https://blog.datafiddle.net, y su función principal es "WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión WhitelistProxyAutoSwitchy

Descarga archivos de extensión WhitelistProxyAutoSwitchy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre WhitelistProxyAutoSwitchy WhitelistProxyAutoSwitchy
ID fkdpddcmgklcnejajcoafipmlodbgeom
URL Oficial https://chromewebstore.google.com/detail/whitelistproxyautoswitchy/fkdpddcmgklcnejajcoafipmlodbgeom
Descripción WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server
Tamaño del Archivo 500 KB
Cantidad de Instalaciones 560
Versión Actual 1.0.10
Última Actualización 2020-06-15
Fecha de Publicación 2020-06-15
Calificación 4.00/5 Total de 10 Calificaciones
Desarrollador https://blog.datafiddle.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://blog.datafiddle.net
Idiomas Soportados 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"
}