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
电子邮箱 [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"
}