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