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是由galkin_63开发的Chrome扩展程序,该扩展的主要功能是“Fast & Unlimited VPN for total privacy and security | Block WebRTC”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载HotVPN - Private anonymity VPN and Proxy扩展crx文件

下载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"
    }
}