BP Proxy Switcher

Change your proxies with one click

Co to jest BP Proxy Switcher?

BP Proxy Switcher to rozszerzenie Chrome opracowane przez buyproxies.org, a jego główną funkcją jest „Change your proxies with one click”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BP Proxy Switcher

Pobierz pliki rozszerzeń BP Proxy Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BP Proxy Switcher BP Proxy Switcher
ID bapeomcobggcdleohggighcjbeeglhbn
Oficjalny URL https://chromewebstore.google.com/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn
Opis Change your proxies with one click
Rozmiar pliku 13.21 MB
Liczba instalacji 90,000
Aktualna Wersja 4.0.5
Ostatnia Aktualizacja 2022-06-10
Data Publikacji 2020-03-02
Ocena 3.83/5 Łącznie 30 Oceny
Deweloper buyproxies.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://buyproxies.org
Adres URL Strony Pomocy https://buyproxies.org
Adres URL Strony Polityki Prywatności https://buyproxies.org/privacyPolicy.htm
Obsługiwane Języki 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"
}