BP Proxy Switcher

Change your proxies with one click

Wat is BP Proxy Switcher?

BP Proxy Switcher is een Chrome-extensie ontwikkeld door buyproxies.org, en de belangrijkste functie is "Change your proxies with one click".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BP Proxy Switcher

Download BP Proxy Switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BP Proxy Switcher BP Proxy Switcher
ID bapeomcobggcdleohggighcjbeeglhbn
Officiële URL https://chromewebstore.google.com/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn
Beschrijving Change your proxies with one click
Bestandsgrootte 13.21 MB
Aantal Installaties 90,000
Huidige Versie 4.0.5
Laatst Bijgewerkt 2022-06-10
Publicatiedatum 2020-03-02
Beoordeling 3.83/5 Totaal 30 Beoordelingen
Ontwikkelaar buyproxies.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://buyproxies.org
Help Pagina-URL https://buyproxies.org
URL van de Privacybeleid Pagina https://buyproxies.org/privacyPolicy.htm
Ondersteunde Talen 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"
}