HotVPN - Private anonymity VPN and Proxy

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

¿Qué es HotVPN - Private anonymity VPN and Proxy?

HotVPN - Private anonymity VPN and Proxy es una extensión de Chrome desarrollada por galkin_63, y su función principal es "Fast & Unlimited VPN for total privacy and security | Block WebRTC".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HotVPN - Private anonymity VPN and Proxy

Descarga archivos de extensión HotVPN - Private anonymity VPN and Proxy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HotVPN - Private anonymity VPN and Proxy HotVPN - Private anonymity VPN and Proxy
ID eonhhelcinleidaoaknflombfhbjfiid
URL Oficial https://chromewebstore.google.com/detail/hotvpn-private-anonymity/eonhhelcinleidaoaknflombfhbjfiid
Descripción Fast & Unlimited VPN for total privacy and security | Block WebRTC
Tamaño del Archivo 784 KB
Cantidad de Instalaciones 1,042
Versión Actual 1.8
Última Actualización 2021-05-10
Fecha de Publicación 2020-11-07
Calificación 1.67/5 Total de 6 Calificaciones
Desarrollador galkin_63
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.hotvpn.com
URL de la Página de Ayuda https://www.hotvpn.com/contact/
URL de la Página de Política de Privacidad https://www.hotvpn.com/privacy
Idiomas Soportados 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"
    }
}