HotVPN - Private anonymity VPN and Proxy

Fast & Unlimited VPN for total privacy and security | Block WebRTC

Cos'è HotVPN - Private anonymity VPN and Proxy?

HotVPN - Private anonymity VPN and Proxy è un'estensione di Chrome sviluppata da galkin_63, e la sua funzione principale è "Fast & Unlimited VPN for total privacy and security | Block WebRTC".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HotVPN - Private anonymity VPN and Proxy

Scarica i file di estensione HotVPN - Private anonymity VPN and Proxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HotVPN - Private anonymity VPN and Proxy HotVPN - Private anonymity VPN and Proxy
ID eonhhelcinleidaoaknflombfhbjfiid
URL Ufficiale https://chromewebstore.google.com/detail/hotvpn-private-anonymity/eonhhelcinleidaoaknflombfhbjfiid
Descrizione Fast & Unlimited VPN for total privacy and security | Block WebRTC
Dimensione del File 784 KB
Conteggio Installazioni 1,042
Versione Corrente 1.8
Ultimo Aggiornamento 2021-05-10
Data di Pubblicazione 2020-11-07
Valutazione 1.67/5 Totale 6 Valutazioni
Sviluppatore galkin_63
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.hotvpn.com
URL della Pagina di Aiuto https://www.hotvpn.com/contact/
URL della Pagina della Politica sulla Privacy https://www.hotvpn.com/privacy
Lingue Supportate 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"
    }
}