HotVPN - Private anonymity VPN and Proxy

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

Что такое HotVPN - Private anonymity VPN and Proxy?

HotVPN - Private anonymity VPN and Proxy - это расширение Chrome, разработанное galkin_63, и его основная функция - "Fast & Unlimited VPN for total privacy and security | Block WebRTC".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения HotVPN - Private anonymity VPN and Proxy

Скачайте файлы расширений HotVPN - Private anonymity VPN and Proxy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название HotVPN - Private anonymity VPN and Proxy HotVPN - Private anonymity VPN and Proxy
ID eonhhelcinleidaoaknflombfhbjfiid
Официальный URL https://chromewebstore.google.com/detail/hotvpn-private-anonymity/eonhhelcinleidaoaknflombfhbjfiid
Описание Fast & Unlimited VPN for total privacy and security | Block WebRTC
Размер файла 784 KB
Количество установок 1,042
Текущая Версия 1.8
Последнее Обновление 2021-05-10
Дата публикации 2020-11-07
Рейтинг 1.67/5 Всего 6 оценок
Разработчик galkin_63
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.hotvpn.com
URL страницы помощи https://www.hotvpn.com/contact/
URL страницы политики конфиденциальности https://www.hotvpn.com/privacy
Поддерживаемые языки 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"
    }
}