VPNMatic Free VPN
Unblock websites and stay secure with FreeVPN SSL VPN proxy.
VPNMatic Free VPN là gì?
VPNMatic Free VPN là một tiện ích mở rộng Chrome được phát triển bởi http://vpnmatic.com, và tính năng chính của nó là "Unblock websites and stay secure with FreeVPN SSL VPN proxy.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VPNMatic Free VPN
Tải xuống các tệp mở rộng VPNMatic Free VPN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bkkgdjpomdnfemhhkalfkogckjdkcjkg |
URL Chính Thức | https://chrome.google.com/webstore/detail/vpnmatic-free-vpn/bkkgdjpomdnfemhhkalfkogckjdkcjkg |
Mô tả | Unblock websites and stay secure with FreeVPN SSL VPN proxy. |
Kích Thước Tệp | 822 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2017-12-13 |
Ngày Phát Hành | 2017-12-13 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://vpnmatic.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |