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

下载Touch VPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}