BP Proxy Switcher

Change your proxies with one click

What is BP Proxy Switcher?

BP Proxy Switcher is a Chrome extension developed by buyproxies.org, and its main feature is "Change your proxies with one click".

Extension Screenshots

screenshot

Download BP Proxy Switcher Extension CRX File

Download BP Proxy Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BP Proxy Switcher BP Proxy Switcher
ID bapeomcobggcdleohggighcjbeeglhbn
Official URL https://chromewebstore.google.com/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn
Description Change your proxies with one click
File Size 13.21 MB
Installation Count 90,000
Current Version 4.0.5
Last Updated 2022-06-10
Publish Date 2020-03-02
Rating 3.83/5 Total 30 Ratings
Developer buyproxies.org
Email [email protected]
Payment Type free
Extension Website https://buyproxies.org
Help Page URL https://buyproxies.org
Privacy Policy Page URL https://buyproxies.org/privacyPolicy.htm
Supported Languages 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"
}