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