VPN Proxy

Free and unlimited VPN service

什么是VPN Proxy?

VPN Proxy是由mushitaka2733开发的Chrome扩展程序,该扩展的主要功能是“Free and unlimited VPN service”。

扩展截图

screenshot

下载VPN Proxy扩展crx文件

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

扩展使用说明

                        We have released a new extension Pied VPN that should interest you.  It will help you open sites, applications, or use different social networks that are prohibited in your country or in the area in which you are located.  Our product is absolutely free for you.  You will need to change some information about yourself to use it.  Pied VPN does not ask for your personal information to use the product.  We have done everything to make you comfortable using Pied VPN.  Just install it on a general device using the link below.                    

扩展基本信息

名称 VPN Proxy VPN Proxy
ID knhohabkgoogkfgjiilagecmoenikfkk
官方URL https://chrome.google.com/webstore/detail/vpn-proxy/knhohabkgoogkfgjiilagecmoenikfkk
简介 Free and unlimited VPN service
文件大小 18.52 KB
安装次数 9,000
当前版本 1.4
更新时间 2021-12-21
上架时间 2021-06-20
评分 1.00/5 共5次评分
开发者 mushitaka2733
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4",
    "icons": {
        "128": "sefa\/defender.png"
    },
    "background": {
        "scripts": [
            "cambar\/pach.js"
        ]
    },
    "browser_action": {
        "default_popup": "uhb.html",
        "default_icon": {
            "128": "sefa\/defender.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sefa\/tren.js"
            ]
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        ""
    ]
}