HotVPN - Private anonymity VPN and Proxy
Fast & Unlimited VPN for total privacy and security | Block WebRTC
Hvad er HotVPN - Private anonymity VPN and Proxy?
HotVPN - Private anonymity VPN and Proxy er en Chrome-udvidelse udviklet af galkin_63, og dens hovedfunktion er "Fast & Unlimited VPN for total privacy and security | Block WebRTC".
Udvidelsesskærmbilleder
Download HotVPN - Private anonymity VPN and Proxy-udvidelses-CRX-fil
Download HotVPN - Private anonymity VPN and Proxy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | HotVPN - Private anonymity VPN and Proxy |
ID | eonhhelcinleidaoaknflombfhbjfiid |
Officiel URL | https://chromewebstore.google.com/detail/hotvpn-private-anonymity/eonhhelcinleidaoaknflombfhbjfiid |
Beskrivelse | Fast & Unlimited VPN for total privacy and security | Block WebRTC |
Filstørrelse | 784 KB |
Antal Installationer | 1,042 |
Nuværende Version | 1.8 |
Senest Opdateret | 2021-05-10 |
Udgivelsesdato | 2020-11-07 |
Bedømmelse | 1.67/5 Samlet 6 Bedømmelser |
Udvikler | galkin_63 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.hotvpn.com |
Hjælpeside-URL | https://www.hotvpn.com/contact/ |
URL til Fortrolighedspolitik Side | https://www.hotvpn.com/privacy |
Understøttede Sprog | 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" } } |