BP Proxy Switcher

Change your proxies with one click

O que é BP Proxy Switcher?

BP Proxy Switcher é uma extensão do Chrome desenvolvida por buyproxies.org, e sua principal característica é "Change your proxies with one click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BP Proxy Switcher

Baixe arquivos de extensão BP Proxy Switcher 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

                        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.                    

Informações Básicas da Extensão

Nome BP Proxy Switcher BP Proxy Switcher
ID bapeomcobggcdleohggighcjbeeglhbn
URL Oficial https://chromewebstore.google.com/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn
Descrição Change your proxies with one click
Tamanho do Arquivo 13.21 MB
Contagem de Instalações 90,000
Versão Atual 4.0.5
Última Atualização 2022-06-10
Data de Publicação 2020-03-02
Classificação 3.83/5 Total de 30 Avaliações
Desenvolvedor buyproxies.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://buyproxies.org
URL da Página de Ajuda https://buyproxies.org
URL da Página de Política de Privacidade https://buyproxies.org/privacyPolicy.htm
Idiomas Suportados 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"
}