HotVPN - Private anonymity VPN and Proxy
Fast & Unlimited VPN for total privacy and security | Block WebRTC
Qu'est-ce que HotVPN - Private anonymity VPN and Proxy ?
HotVPN - Private anonymity VPN and Proxy est une extension Chrome développée par galkin_63, et sa fonction principale est "Fast & Unlimited VPN for total privacy and security | Block WebRTC".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HotVPN - Private anonymity VPN and Proxy
Téléchargez les fichiers d'extension HotVPN - Private anonymity VPN and Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | HotVPN - Private anonymity VPN and Proxy |
ID | eonhhelcinleidaoaknflombfhbjfiid |
URL Officiel | https://chromewebstore.google.com/detail/hotvpn-private-anonymity/eonhhelcinleidaoaknflombfhbjfiid |
Description | Fast & Unlimited VPN for total privacy and security | Block WebRTC |
Taille du Fichier | 784 KB |
Nombre d'Installations | 1,042 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2021-05-10 |
Date de Publication | 2020-11-07 |
Évaluation | 1.67/5 Total 6 Évaluations |
Développeur | galkin_63 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.hotvpn.com |
URL de la Page d'Aide | https://www.hotvpn.com/contact/ |
URL de la Page de Politique de Confidentialité | https://www.hotvpn.com/privacy |
Langues Prises en Charge | 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" } } |