BP Proxy Switcher

Change your proxies with one click

BP Proxy Switcherとは何ですか?

BP Proxy Switcherはbuyproxies.orgによって開発されたChromeの拡張機能で、その主な機能は「Change your proxies with one click」です。

拡張機能のスクリーンショット

screenshot

BP Proxy Switcher拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}