VPNMatic Free VPN

Unblock websites and stay secure with FreeVPN SSL VPN proxy.

VPNMatic Free VPNとは何ですか?

VPNMatic Free VPNはhttp://vpnmatic.comによって開発されたChromeの拡張機能で、その主な機能は「Unblock websites and stay secure with FreeVPN SSL VPN proxy.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

VPNMatic Free VPN拡張機能のCRXファイルをダウンロード

VPNMatic Free VPN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Download our Chrome extension and connect within seconds to our VPN servers and protect yourself. Our VPN client comes with many useful features to protect your online safety.
VPNMatic is the ultimate solution to bypass internet censorship. Just turn it on and get access to your favorite content like Facebook, YouTube, Google, and many others. Our service will secure your online privacy and provide safe access to the open internet on your Chrome browser anytime and anywhere. 

Benefits:
Strong Security and Unlimited Online Access.
No Malware. No Tracking. No Ads.
Intuitive and User-Friendly Extension.                    

拡張機能の基本情報

名前 VPNMatic Free VPN VPNMatic Free VPN
ID bkkgdjpomdnfemhhkalfkogckjdkcjkg
公式URL https://chrome.google.com/webstore/detail/vpnmatic-free-vpn/bkkgdjpomdnfemhhkalfkogckjdkcjkg
説明 Unblock websites and stay secure with FreeVPN SSL VPN proxy.
ファイルサイズ 822 KB
インストール数 22
現在のバージョン 1.7
最終更新日 2017-12-13
公開日 2017-12-13
評価 4.33/5 合計 6 レビュー
開発者 http://vpnmatic.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VPNMatic Free VPN",
    "short_name": "VpnMatic",
    "description": "Unblock websites and stay secure with FreeVPN SSL VPN proxy.",
    "version": "1.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "images\/off.png",
            "64": "images\/off.png",
            "128": "images\/off.png"
        },
        "default_popup": "popup.html",
        "default_title": "VpnMatic"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/vpnmatic.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        "alarms",
        "notifications"
    ]
}