Best Proxy Manager

The best anonymous proxy solution for you

Best Proxy Manager란 무엇입니까?

Best Proxy Manager은(는) https://www.vpnside.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best anonymous proxy solution for you"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Manage and switch between multiple location proxies quickly & easily.
Changing your IP by proxy settings has never been so convenient. 
The extension "Best proxy manager "provides a list of socks4 and socks5 proxies that we collect on our website www.vpnside.com/proxy/list for your convenience
You just need to choose one of them from the list and connect. 

Our socks proxies list is checked and updated every 30 minutes on our server.

VPNSide is the leading resource for digital freedom. The site’s mission is to help users around the world reclaim their right to privacy through research, reviews, knowledge-sharing, investigations and direct action.                    

확장 프로그램 기본 정보

이름 Best Proxy Manager Best Proxy Manager
ID ahnedoddoeoelbaaiccbimdpgnlmdlgc
공식 URL https://chromewebstore.google.com/detail/best-proxy-manager/ahnedoddoeoelbaaiccbimdpgnlmdlgc
설명 The best anonymous proxy solution for you
파일 크기 58.58 KB
설치 횟수 612
현재 버전 1.0.0
최근 업데이트 2020-01-08
출시 날짜 2020-01-07
평점 4.50/5 총 6 개의 평점
개발자 https://www.vpnside.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.vpnside.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Best Proxy Manager",
    "version": "1.0.0",
    "description": "The best anonymous proxy solution for you",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.vpnside.com",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_title": "Best Proxy Manager",
        "default_popup": "popup.html"
    }
}