BP Proxy Switcher

Change your proxies with one click

Co je BP Proxy Switcher?

BP Proxy Switcher je rozšíření Chrome vyvinuté buyproxies.org, a jeho hlavní funkcí je „Change your proxies with one click“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření BP Proxy Switcher

Stáhněte si soubory rozšíření BP Proxy Switcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BP Proxy Switcher BP Proxy Switcher
ID bapeomcobggcdleohggighcjbeeglhbn
Oficiální URL https://chromewebstore.google.com/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn
Popis Change your proxies with one click
Velikost souboru 13.21 MB
Počet instalací 90,000
Aktuální Verze 4.0.5
Poslední Aktualizace 2022-06-10
Datum Vydání 2020-03-02
Hodnocení 3.83/5 Celkem 30 Hodnocení
Vývojář buyproxies.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://buyproxies.org
URL Stránky Nápovědy https://buyproxies.org
URL Stránky Zásad Ochrany Soukromí https://buyproxies.org/privacyPolicy.htm
Podporované Jazyky 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"
}