HideIPVPN - VPN and Smart DNS services

Hide your IP address and bypass blocks and restrictions

什么是HideIPVPN - VPN and Smart DNS services?

HideIPVPN - VPN and Smart DNS services是由HideIPVPN开发的Chrome扩展程序,该扩展的主要功能是“Hide your IP address and bypass blocks and restrictions”。

扩展截图

screenshot
screenshot
screenshot

下载HideIPVPN - VPN and Smart DNS services扩展crx文件

下载HideIPVPN - VPN and Smart DNS services扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Hide your IP address and bypass blocks and restrictions!

Protect your privacy with HideIPVPN, use it encrypt to network traffic and stay protected when online. Add privacy and security to private and public networks when you access the Internet at WiFi hotspots.

Access content anywhere 
Hide your IP and spoof your location to access content from anywhere in the world 

Total online privacy
Use our WebRTC leak protection feature to make sure your IP address is not leaked while using our proxy servers.


To register free VPN trial account press the link below:
https://www.hideipvpn.com/free-vpn-trial/

For more details about HideIPVPN VPN & Smart DNS services please visit:
HideIPVPN website: https://www.hideipvpn.com/
HideIPVPN Client Area: https://billing.hideipvpn.com/clientarea.php                    

扩展基本信息

名称 HideIPVPN - VPN and Smart DNS services HideIPVPN - VPN and Smart DNS services
ID gafphfhlhaodgjdaghcjcbgeggfiflaa
官方URL https://chromewebstore.google.com/detail/hideipvpn-vpn-and-smart-d/gafphfhlhaodgjdaghcjcbgeggfiflaa
简介 Hide your IP address and bypass blocks and restrictions
文件大小 185 KB
安装次数 239
当前版本 1.0.0
更新时间 2021-08-08
上架时间 2021-08-08
评分 2.50/5 共4次评分
开发者 HideIPVPN
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.hideipvpn.com/
帮助页面URL https://www.hideipvpn.com/support/
隐私政策页面URL https://www.hideipvpn.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HideIPVPN - VPN and Smart DNS services",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Hide your IP address and bypass blocks and restrictions",
    "homepage_url": "https:\/\/www.hideipvpn.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "privacy",
        "storage",
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "https:\/\/api1.sstpcon.com\/",
        "https:\/\/www.hideipvpn.com\/"
    ],
    "background": {
        "scripts": [
            "src\/browser_action\/js\/jquery-3.3.1.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "HideIPVPN",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}