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文件

下載TeraVPN - v2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}