BP Proxy Switcher

Change your proxies with one click

Что такое BP Proxy Switcher?

BP Proxy Switcher - это расширение Chrome, разработанное buyproxies.org, и его основная функция - "Change your proxies with one click".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения BP Proxy Switcher

Скачайте файлы расширений BP Proxy Switcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название BP Proxy Switcher BP Proxy Switcher
ID bapeomcobggcdleohggighcjbeeglhbn
Официальный URL https://chromewebstore.google.com/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn
Описание Change your proxies with one click
Размер файла 13.21 MB
Количество установок 90,000
Текущая Версия 4.0.5
Последнее Обновление 2022-06-10
Дата публикации 2020-03-02
Рейтинг 3.83/5 Всего 30 оценок
Разработчик buyproxies.org
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://buyproxies.org
URL страницы помощи https://buyproxies.org
URL страницы политики конфиденциальности https://buyproxies.org/privacyPolicy.htm
Поддерживаемые языки 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"
}