BP Proxy Switcher

Change your proxies with one click

¿Qué es BP Proxy Switcher?

BP Proxy Switcher es una extensión de Chrome desarrollada por buyproxies.org, y su función principal es "Change your proxies with one click".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión BP Proxy Switcher

Descarga archivos de extensión BP Proxy Switcher 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

                        Change your proxies with one click.
With our chrome proxy addon you can load your list of proxies once, from clipboard or URL then switch between them with a single click. 

Proxy plugin options
- display the country for each proxy
- delete the cache before switching to a new proxy
- auto-reload the current tab when switching the proxy
- change the proxies automatically at every X seconds
- load the proxies list at every X minutes from a .txt file from an URL

Because of the Chrome limitations is not possible to set a different proxy on each chrome tab, the proxy will be set for the entire Chrome profile.                    

Información Básica de la Extensión

Nombre BP Proxy Switcher BP Proxy Switcher
ID bapeomcobggcdleohggighcjbeeglhbn
URL Oficial https://chromewebstore.google.com/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn
Descripción Change your proxies with one click
Tamaño del Archivo 13.21 MB
Cantidad de Instalaciones 90,000
Versión Actual 4.0.5
Última Actualización 2022-06-10
Fecha de Publicación 2020-03-02
Calificación 3.83/5 Total de 30 Calificaciones
Desarrollador buyproxies.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://buyproxies.org
URL de la Página de Ayuda https://buyproxies.org
URL de la Página de Política de Privacidad https://buyproxies.org/privacyPolicy.htm
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BP Proxy Switcher",
    "description": "Change your proxies with one click",
    "version": "4.0.5",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "proxy",
        "privacy",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "browsingData",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "incognito": "spanning"
}