Go VPN Unlimited

Go VPN Unlimited

Go VPN Unlimited란 무엇입니까?

Go VPN Unlimited은(는) pricealertinfo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Go VPN Unlimited"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        GO VPN is the best VPN Extension for Desktop and Android. Download for free and surf more of the web by getting around location-based restrictions. Get access to websites, social media, music, videos and content from all over the world.                    

확장 프로그램 기본 정보

이름 Go VPN Unlimited Go VPN Unlimited
ID ndfcjhfpghipiddnngmgalkdheieencl
공식 URL https://chrome.google.com/webstore/detail/go-vpn-unlimited/ndfcjhfpghipiddnngmgalkdheieencl
설명 Go VPN Unlimited
파일 크기 78.58 KB
설치 횟수 285
현재 버전 1.0
최근 업데이트 2021-06-27
출시 날짜 2021-06-27
개발자 pricealertinfo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://govpnunlimited.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go VPN Unlimited",
    "version": "1.0",
    "description": "Go VPN Unlimited",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "48": "images\/icons\/48.png",
            "128": "images\/icons\/128.png"
        },
        "default_title": "Go VPN Unlimited",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/govpnunlimited.com\/vpn\/*",
        "*:\/\/*.a-ads.com\/*"
    ]
}