VPN Proxy

VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.

VPN Proxy란 무엇입니까?

VPN Proxy은(는) Trellonet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The best vpn for chrome, which can hide your network ip and protect your network security.                    

확장 프로그램 기본 정보

이름 VPN Proxy VPN Proxy
ID ghlpcaaifadoekifkmbclpkhdiolfeol
공식 URL https://chromewebstore.google.com/detail/vpn-proxy/ghlpcaaifadoekifkmbclpkhdiolfeol
설명 VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
파일 크기 1.12 MB
설치 횟수 4,883
현재 버전 1.1.1
최근 업데이트 2020-08-24
출시 날짜 2020-06-29
평점 3.00/5 총 7 개의 평점
개발자 Trellonet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.trellonet.com
도움말 페이지 URL https://www.trellonet.com
개인정보 보호 정책 페이지 URL https://www.trellonet.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPN Proxy",
    "version": "1.1.1",
    "description": "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.",
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "proxy"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js",
            "static\/js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "static\/img\/[email protected]",
        "default_title": "VPN Proxy",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/img\/[email protected]",
        "32": "static\/img\/[email protected]",
        "48": "static\/img\/[email protected]",
        "128": "static\/img\/[email protected]"
    },
    "manifest_version": 2
}