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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}