BP Proxy Switcher

Change your proxies with one click

BP Proxy Switcher là gì?

BP Proxy Switcher là một tiện ích mở rộng Chrome được phát triển bởi buyproxies.org, và tính năng chính của nó là "Change your proxies with one click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BP Proxy Switcher

Tải xuống các tệp mở rộng BP Proxy Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BP Proxy Switcher BP Proxy Switcher
ID bapeomcobggcdleohggighcjbeeglhbn
URL Chính Thức https://chromewebstore.google.com/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn
Mô tả Change your proxies with one click
Kích Thước Tệp 13.21 MB
Số Lần Cài Đặt 90,000
Phiên Bản Hiện Tại 4.0.5
Cập Nhật Lần Cuối 2022-06-10
Ngày Phát Hành 2020-03-02
Đánh Giá 3.83/5 Tổng số 30 Đánh Giá
Nhà Phát Triển buyproxies.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://buyproxies.org
URL Trang Trợ Giúp https://buyproxies.org
URL Trang Chính Sách Bảo Mật https://buyproxies.org/privacyPolicy.htm
Ngôn Ngữ Được Hỗ Trợ 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"
}