BP Proxy Switcher

Change your proxies with one click

Qu'est-ce que BP Proxy Switcher ?

BP Proxy Switcher est une extension Chrome développée par buyproxies.org, et sa fonction principale est "Change your proxies with one click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BP Proxy Switcher

Téléchargez les fichiers d'extension BP Proxy Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BP Proxy Switcher BP Proxy Switcher
ID bapeomcobggcdleohggighcjbeeglhbn
URL Officiel https://chromewebstore.google.com/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn
Description Change your proxies with one click
Taille du Fichier 13.21 MB
Nombre d'Installations 90,000
Version Actuelle 4.0.5
Dernière Mise à Jour 2022-06-10
Date de Publication 2020-03-02
Évaluation 3.83/5 Total 30 Évaluations
Développeur buyproxies.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://buyproxies.org
URL de la Page d'Aide https://buyproxies.org
URL de la Page de Politique de Confidentialité https://buyproxies.org/privacyPolicy.htm
Langues Prises en Charge 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"
}