HotVPN - Private anonymity VPN and Proxy
Fast & Unlimited VPN for total privacy and security | Block WebRTC
HotVPN - Private anonymity VPN and Proxy là gì?
HotVPN - Private anonymity VPN and Proxy là một tiện ích mở rộng Chrome được phát triển bởi galkin_63, và tính năng chính của nó là "Fast & Unlimited VPN for total privacy and security | Block WebRTC".
Ả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 HotVPN - Private anonymity VPN and Proxy
Tải xuống các tệp mở rộng HotVPN - Private anonymity VPN and 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
HotVPN is a free Chrome VPN extension for hiding your IP address. The VPN extension uses secure encryption to protect all your traffic and hides your real IP address so that you can access any blocked website, protect your data, and use the Internet anonymously without restricting traffic. Advantages of using the HotVPN extension: - 100% Anonymity of the browser - Hiding your IP address - No logging - Data encryption - Access to blocked content - Protection against leakage via JavaScript and WebRTC blocking If you have any ideas or suggestions for improving our service, do not hesitate to write to us.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HotVPN - Private anonymity VPN and Proxy |
ID | eonhhelcinleidaoaknflombfhbjfiid |
URL Chính Thức | https://chromewebstore.google.com/detail/hotvpn-private-anonymity/eonhhelcinleidaoaknflombfhbjfiid |
Mô tả | Fast & Unlimited VPN for total privacy and security | Block WebRTC |
Kích Thước Tệp | 784 KB |
Số Lần Cài Đặt | 1,042 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2021-05-10 |
Ngày Phát Hành | 2020-11-07 |
Đánh Giá | 1.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | galkin_63 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.hotvpn.com |
URL Trang Trợ Giúp | https://www.hotvpn.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://www.hotvpn.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "name": "__MSG_name__", "browser_action": { "default_title": "__MSG_open_popup__", "default_icon": { "128": "disabled.png" }, "default_popup": "popup.html" }, "permissions": [ "alarms", "privacy", "proxy", "contentSettings", "*:\/\/*\/*", "webRequest", "webRequestBlocking" ], "description": "__MSG_desc_app__", "default_locale": "ru", "version": "1.8", "icons": { "512": "app.png" } } |