VPNizer

Free VPN

什么是VPNizer?

VPNizer是由yaadsuiss开发的Chrome扩展程序,该扩展的主要功能是“Free VPN”。

扩展截图

screenshot
screenshot

下载VPNizer扩展crx文件

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

扩展使用说明

                        The most simple and fast VPN, completely FREE!!
Allows you to connect to any website from an IP of your selected country. 

Just select your preferred country and click the "Connect" button, and VPNizer will connect your Chrome using an IP of that country in less than seconds.
When disconnected, your real IP will be exposed again.                    

扩展基本信息

名称 VPNizer VPNizer
ID ifbfflkbpjbdebabbplpjdodjkoghlpk
官方URL https://chrome.google.com/webstore/detail/vpnizer/ifbfflkbpjbdebabbplpjdodjkoghlpk
简介 Free VPN
文件大小 706 KB
安装次数 1,141
当前版本 1.4
更新时间 2020-01-10
上架时间 2019-12-29
评分 2.25/5 共8次评分
开发者 yaadsuiss
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPNizer",
    "description": "Free VPN",
    "version": "1.4",
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.min.js"
        ]
    },
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.getproxylist.com https:\/\/ipapi.co; object-src 'self'",
    "manifest_version": 2
}