Hotspot Shield

Hotspot Shield VPN

什么是Hotspot Shield?

Hotspot Shield是由Pango GmbH开发的Chrome扩展程序,该扩展的主要功能是“Hotspot Shield VPN”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Hotspot Shield扩展crx文件

下载Hotspot Shield扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Hotspot Shield is the fastest VPN for streaming, gaming and unlimited secure internet access! Whether you are at home or on the go, you can stay safe online with lightning-fast, secure & private internet security. With one tap, you can connect to our VPN, hide your IP address, change your location, unblock websites safely, encrypt internet traffic, and access any site or app without restrictions. With Hotspot Shield VPN, you can now browse, stream, and game while staying private and secure online even on public Wifi.

Why Hotspot Shield VPN?

Hotspot Shield VPN Proxy provides a secure proxy connection through an encrypted channel between your device and the target website, using VPN technology. Hotspot Shield hides your real IP address and location to provide fast, reliable, unlimited, and secure connection to sites and apps without restrictions. You can easily protect your WiFi security and privacy with Hotspot Shield VPN Proxy.

✓ Secure your internet access
No need to install an incognito browser. Connect to our VPN, hide your IP address and enjoy privacy and security on public WiFi. Protect your WiFi security and privacy and have the best internet experience.

✓ FREE or UNLIMITED VPN ACCESS
Use the basic features for free or simply upgrade to Premium for the best experience—including unlimited streaming, 115+ virtual VPN locations, and 24/7 chat support.

✓ Fast and Unlimited VPN Proxy Performance
Our proprietary VPN protocol ensures fast VPN speeds with stable, private and secure internet wifi proxy connections.

✓ Large VPN Coverage & Locations
Hotspot Shield offers VPN coverage from 80+ countries and locations, including the US, UK, Japan, India, Turkey, Brazil, Australia, Canada, China, and more!

✓ No Internet Logs Kept
Hotspot Shield doesn’t track or keep any connection logs or IP addresses of its users and their private internet activities.

✓ Customer Support
Any questions or suggestions, simply contact us and we will be sure to help in a timely manner.

✓ Trusted by millions
Hotspot Shield Free VPN Proxy has been downloaded more than 800 million times and has been featured on Forbes, CNET, CNN, and the New York Times. Download the wifi proxy app that’s trusted by millions of Google Play users.

✓ Malware and Phishing Protection:
Hotspot Shield includes built-in malware and phishing protection, helping you avoid malicious software and unblock sites with the best private internet security. Simply connect to the VPN proxy, and Hotspot Shield will alert you if you’re visiting a suspicious site in your browser.

■ Hotspot Shield VPN Basic version allows you to access US content from your favorite apps or websites without restrictions. The free version does contain limited ads.

■ Hotspot Shield VPN Premium version (auto-renewing subscription option) offers truly unlimited access from 115 virtual locations including the US, UK, Japan, India, Australia, Canada, China, Turkey, UAE and without any ad interruptions. Premium accounts support up to ten devices, whether it is a smart phone, tablet, laptop or PC.                    

扩展基本信息

名称 Hotspot Shield Hotspot Shield
ID nlbejmccbhkncgokjcmghpfloaajcffj
官方URL https://chromewebstore.google.com/detail/hotspot-shield/nlbejmccbhkncgokjcmghpfloaajcffj
简介 Hotspot Shield VPN
文件大小 7.93 MB
安装次数 1,799,071
当前版本 5.2.11
更新时间 2023-09-16
上架时间 2020-05-19
评分 4.41/5 共68233次评分
开发者 Pango GmbH
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.hotspotshield.com
帮助页面URL https://support.hotspotshield.com/hc/en-us
隐私政策页面URL https://www.hotspotshield.com/privacy-policy
支持的语言 en,tr,es,ru,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_description__",
    "version": "5.2.11",
    "default_locale": "en",
    "icons": {
        "16": "static\/assets\/icons\/logo\/16.png",
        "48": "static\/assets\/icons\/logo\/48.png",
        "128": "static\/assets\/icons\/logo\/128.png",
        "256": "static\/assets\/icons\/logo\/256.png",
        "512": "static\/assets\/icons\/logo\/512.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'none'",
    "permissions": [
        "",
        "tabs",
        "storage",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "management",
        "notifications",
        "unlimitedStorage",
        "privacy"
    ],
    "browser_action": {
        "default_icon": {
            "19": "static\/assets\/icons\/status\/unavailable.png",
            "38": "static\/assets\/icons\/status\/unavailable.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "panel\/index.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "insertion\/insertion.js"
            ],
            "css": [
                "insertion\/insertion.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "static\/assets\/*",
        "static\/assets\/fonts\/*"
    ]
}