TeraVPN - v2

Connect to the world with our VPN

TeraVPN - v2란 무엇입니까?

TeraVPN - v2은(는) http://teravpn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect to the world with our VPN"입니다.

확장 프로그램 스크린샷

screenshot

TeraVPN - v2 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use TeraVPN Extension to encrypt all your traffic to the internet. You can select multiple locations. Unblock the websites blocked in your school, company or country by just click of the button. If you are concerned about your privacy on the internet then just select TeraVPN and let our encrypted servers take care of your privacy.                    

확장 프로그램 기본 정보

이름 TeraVPN - v2 TeraVPN - v2
ID oafneeanecdjmfcihhjaldcijepgolhn
공식 URL https://chrome.google.com/webstore/detail/teravpn-v2/oafneeanecdjmfcihhjaldcijepgolhn
설명 Connect to the world with our VPN
파일 크기 3.1 MB
설치 횟수 50
현재 버전 2.6.0
최근 업데이트 2021-09-17
출시 날짜 2021-06-08
평점 1.00/5 총 2 개의 평점
개발자 http://teravpn.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://teravpn.com
도움말 페이지 URL https://teravpn.com
개인정보 보호 정책 페이지 URL https://teravpn.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TeraVPN - v2",
    "description": "Connect to the world with our VPN",
    "version": "2.6.0",
    "icons": {
        "128": "icons\/128off.png",
        "48": "icons\/48off.png"
    },
    "permissions": [
        "proxy",
        "notifications",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icons\/128off.png",
        "default_title": "TeraVPN",
        "default_popup": "j.html"
    },
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "background.js"
        ]
    },
    "minimum_chrome_version": "31.0.0"
}