VPNMatic Free VPN

Unblock websites and stay secure with FreeVPN SSL VPN proxy.

VPNMatic Free VPN क्या है?

VPNMatic Free VPN http://vpnmatic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unblock websites and stay secure with FreeVPN SSL VPN proxy."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VPNMatic Free VPN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}