HotVPN - Private anonymity VPN and Proxy

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

Co to jest HotVPN - Private anonymity VPN and Proxy?

HotVPN - Private anonymity VPN and Proxy to rozszerzenie Chrome opracowane przez galkin_63, a jego główną funkcją jest „Fast & Unlimited VPN for total privacy and security | Block WebRTC”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia HotVPN - Private anonymity VPN and Proxy

Pobierz pliki rozszerzeń HotVPN - Private anonymity VPN and Proxy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa HotVPN - Private anonymity VPN and Proxy HotVPN - Private anonymity VPN and Proxy
ID eonhhelcinleidaoaknflombfhbjfiid
Oficjalny URL https://chromewebstore.google.com/detail/hotvpn-private-anonymity/eonhhelcinleidaoaknflombfhbjfiid
Opis Fast & Unlimited VPN for total privacy and security | Block WebRTC
Rozmiar pliku 784 KB
Liczba instalacji 1,042
Aktualna Wersja 1.8
Ostatnia Aktualizacja 2021-05-10
Data Publikacji 2020-11-07
Ocena 1.67/5 Łącznie 6 Oceny
Deweloper galkin_63
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.hotvpn.com
Adres URL Strony Pomocy https://www.hotvpn.com/contact/
Adres URL Strony Polityki Prywatności https://www.hotvpn.com/privacy
Obsługiwane Języki 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"
    }
}