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
官方網址 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"
}