BP Proxy Switcher

Change your proxies with one click

Cos'è BP Proxy Switcher?

BP Proxy Switcher è un'estensione di Chrome sviluppata da buyproxies.org, e la sua funzione principale è "Change your proxies with one click".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BP Proxy Switcher

Scarica i file di estensione BP Proxy Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BP Proxy Switcher BP Proxy Switcher
ID bapeomcobggcdleohggighcjbeeglhbn
URL Ufficiale https://chromewebstore.google.com/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn
Descrizione Change your proxies with one click
Dimensione del File 13.21 MB
Conteggio Installazioni 90,000
Versione Corrente 4.0.5
Ultimo Aggiornamento 2022-06-10
Data di Pubblicazione 2020-03-02
Valutazione 3.83/5 Totale 30 Valutazioni
Sviluppatore buyproxies.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://buyproxies.org
URL della Pagina di Aiuto https://buyproxies.org
URL della Pagina della Politica sulla Privacy https://buyproxies.org/privacyPolicy.htm
Lingue Supportate 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"
}