Touch VPN

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

Touch VPN란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!                    

확장 프로그램 기본 정보

이름 Touch VPN Touch VPN
ID ibnheiimocabbfkeebechfjjnpbdcakj
공식 URL https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj
설명 Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
파일 크기 1.14 MB
설치 횟수 3,255
현재 버전 1.1.1
최근 업데이트 2020-08-24
출시 날짜 2020-07-01
평점 2.00/5 총 4 개의 평점
개발자 Trellonet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.trellonet.com
도움말 페이지 URL https://www.trellonet.com
개인정보 보호 정책 페이지 URL https://www.trellonet.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Touch VPN",
    "version": "1.1.1",
    "description": "Touch 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": "Touch VPN",
        "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
}