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
Eメール [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
}