HotVPN - Private anonymity VPN and Proxy
Fast & Unlimited VPN for total privacy and security | Block WebRTC
Apa itu HotVPN - Private anonymity VPN and Proxy?
HotVPN - Private anonymity VPN and Proxy adalah ekstensi Chrome yang dikembangkan oleh galkin_63, dan fitur utamanya adalah "Fast & Unlimited VPN for total privacy and security | Block WebRTC".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HotVPN - Private anonymity VPN and Proxy
Unduh file ekstensi HotVPN - Private anonymity VPN and Proxy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | HotVPN - Private anonymity VPN and Proxy |
ID | eonhhelcinleidaoaknflombfhbjfiid |
URL Resmi | https://chromewebstore.google.com/detail/hotvpn-private-anonymity/eonhhelcinleidaoaknflombfhbjfiid |
Deskripsi | Fast & Unlimited VPN for total privacy and security | Block WebRTC |
Ukuran File | 784 KB |
Jumlah Instalasi | 1,042 |
Versi Saat Ini | 1.8 |
Terakhir Diperbarui | 2021-05-10 |
Tanggal Publikasi | 2020-11-07 |
Penilaian | 1.67/5 Total 6 Penilaian |
Pengembang | galkin_63 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.hotvpn.com |
URL Halaman Bantuan | https://www.hotvpn.com/contact/ |
URL Halaman Kebijakan Privasi | https://www.hotvpn.com/privacy |
Bahasa yang Didukung | 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" } } |