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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}