HotVPN - Private anonymity VPN and Proxy

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

O que é HotVPN - Private anonymity VPN and Proxy?

HotVPN - Private anonymity VPN and Proxy é uma extensão do Chrome desenvolvida por galkin_63, e sua principal característica é "Fast & Unlimited VPN for total privacy and security | Block WebRTC".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão HotVPN - Private anonymity VPN and Proxy

Baixe arquivos de extensão HotVPN - Private anonymity VPN and Proxy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Fast & Unlimited VPN for total privacy and security | Block WebRTC
Tamanho do Arquivo 784 KB
Contagem de Instalações 1,042
Versão Atual 1.8
Última Atualização 2021-05-10
Data de Publicação 2020-11-07
Classificação 1.67/5 Total de 6 Avaliações
Desenvolvedor galkin_63
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.hotvpn.com
URL da Página de Ajuda https://www.hotvpn.com/contact/
URL da Página de Política de Privacidade https://www.hotvpn.com/privacy
Idiomas Suportados 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"
    }
}