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
官方網址 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
}