Fast VPN Chrome Extension - Fastest VPN Proxy
Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.
Fast VPN Chrome Extension - Fastest VPN Proxy là gì?
Fast VPN Chrome Extension - Fastest VPN Proxy là một tiện ích mở rộng Chrome được phát triển bởi Fast VPN Chrome Extension Team, và tính năng chính của nó là "Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.".
Ả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 Fast VPN Chrome Extension - Fastest VPN Proxy
Tải xuống các tệp mở rộng Fast VPN Chrome Extension - Fastest VPN Proxy 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
Fast VPN Chrome Extension - Faster Than the Fastest VPN Proxy. Defeat ISP bandwidth throttling, speed limitation, and peering conflicts and browse any website safely with military-grade protection. Unblock any streaming, game, and social media sites and access any content at full speed. Watch Netflix’s best movies and 4K Youtube videos smoothly with our free Fast VPN Chrome Addon. There is no need to setup Fast VPN Chrome Plugin step by step as it’s a one-click VPN service. Just select any virtual location you like and click connect, then your real IP address will be replaced by one of our flash VPN servers.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nhiphjnpfaoagnfffcihodojonieglkk |
URL Chính Thức | https://chrome.google.com/webstore/detail/fast-vpn-chrome-extension/nhiphjnpfaoagnfffcihodojonieglkk |
Mô tả | Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome. |
Kích Thước Tệp | 121 KB |
Số Lần Cài Đặt | 22,110 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-10-20 |
Ngày Phát Hành | 2021-09-28 |
Đánh Giá | 4.53/5 Tổng số 134 Đánh Giá |
Nhà Phát Triển | Fast VPN Chrome Extension Team |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.itopvpn.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "name": "Fast VPN Chrome Extension - Fastest VPN Proxy", "description": "Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.itopvpn.com\/api\/ip-checker", "proxy", "storage" ], "manifest_version": 2, "background": { "scripts": [ "\/js\/jquery.min.js", "\/js\/storage.js", "\/js\/app.js" ] }, "browser_action": { "default_icon": ".\/images\/icon_off.png", "default_popup": "\/popup.html", "default_title": "Fast VPN Chrome Extension-Faster Than the Fastest VPN Proxy" }, "icons": { "16": ".\/images\/icon.png", "24": ".\/images\/icon_24.png", "32": ".\/images\/icon_32.png", "48": ".\/images\/icon_48.png", "128": ".\/images\/icon_128.png" }, "web_accessible_resources": [ "\/js\/vpn.json" ] } |