Best Proxy Switcher

Use best proxy switcher with your proxy servers or let it download most recently checked list from our web site FREE for LIFETIME!

Best Proxy Switcher란 무엇입니까?

Best Proxy Switcher은(는) https://best-proxy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use best proxy switcher with your proxy servers or let it download most recently checked list from our web site FREE for LIFETIME!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Best Proxy Switcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Best Proxy Switcher was developed by the team, who provides proxy service since 2004 year. You can use Best Proxy Switcher with your own proxy or download most recently checked list from our web site automatically FREE for lifetime!

For advanced users and web masters who needs more proxy servers, there is an option to register at our web site for 9.99 USD and get unlimited access to our database (please use 'register' button within extension to get special price) and unlimited access to our premium VPN proxy servers!

Proxy-List.org web site offers more than 10.000 working proxy servers per day during 10 years! Our high quality service is confirmed by time and our clients!

Due to high popularity, our web site is disabled in many countries by ISP. If Proxy-List.org web site is not accessible, please use Best-Proxy.com address instead.                    

확장 프로그램 기본 정보

이름 Best Proxy Switcher Best Proxy Switcher
ID lgkgpmoglpemohmihphdaljcjnfkndoi
공식 URL https://chromewebstore.google.com/detail/best-proxy-switcher/lgkgpmoglpemohmihphdaljcjnfkndoi
설명 Use best proxy switcher with your proxy servers or let it download most recently checked list from our web site FREE for LIFETIME!
파일 크기 2.2 MB
설치 횟수 10,000
현재 버전 5.5.2
최근 업데이트 2021-11-24
출시 날짜 2020-07-03
평점 4.39/5 총 246 개의 평점
개발자 https://best-proxy.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://best-proxy.com
도움말 페이지 URL https://best-proxy.com/english/contactus.php
개인정보 보호 정책 페이지 URL https://proxy-list.org/english/privacy-policy.php
지원되는 언어 en,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "bps",
    "version": "5.5.2",
    "description": "__MSG_description__",
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Best Proxy Switcher",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "19\/icon\/disabled.png",
            "38": "38\/icon\/disabled.png"
        }
    },
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "management",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "enable-proxy": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            },
            "description": "Enable Proxy Server"
        },
        "disable-proxy": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Disable Proxy Server"
        }
    },
    "default_locale": "en"
}