VPN Proxy

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

什么是VPN Proxy?

VPN Proxy是由Trellonet开发的Chrome扩展程序,该扩展的主要功能是“VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.”。

扩展截图

screenshot

下载VPN Proxy扩展crx文件

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

扩展使用说明

                        The best vpn for chrome, which can hide your network ip and protect your network security.                    

扩展基本信息

名称 VPN Proxy VPN Proxy
ID ghlpcaaifadoekifkmbclpkhdiolfeol
官方URL https://chromewebstore.google.com/detail/vpn-proxy/ghlpcaaifadoekifkmbclpkhdiolfeol
简介 VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
文件大小 1.12 MB
安装次数 4,883
当前版本 1.1.1
更新时间 2020-08-24
上架时间 2020-06-29
评分 3.00/5 共7次评分
开发者 Trellonet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.trellonet.com
帮助页面URL https://www.trellonet.com
隐私政策页面URL https://www.trellonet.com/privacy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPN Proxy",
    "version": "1.1.1",
    "description": "VPN Proxy 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": "VPN Proxy",
        "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
}