Hotspot Shield

Hotspot Shield VPN

Qu'est-ce que Hotspot Shield ?

Hotspot Shield est une extension Chrome développée par Pango GmbH, et sa fonction principale est "Hotspot Shield VPN".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Hotspot Shield

Téléchargez les fichiers d'extension Hotspot Shield au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hotspot Shield Hotspot Shield
ID nlbejmccbhkncgokjcmghpfloaajcffj
URL Officiel https://chromewebstore.google.com/detail/hotspot-shield/nlbejmccbhkncgokjcmghpfloaajcffj
Description Hotspot Shield VPN
Taille du Fichier 7.93 MB
Nombre d'Installations 1,799,071
Version Actuelle 5.2.11
Dernière Mise à Jour 2023-09-16
Date de Publication 2020-05-19
Évaluation 4.41/5 Total 68233 Évaluations
Développeur Pango GmbH
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.hotspotshield.com
URL de la Page d'Aide https://support.hotspotshield.com/hc/en-us
URL de la Page de Politique de Confidentialité https://www.hotspotshield.com/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}