Hotspot Shield

Hotspot Shield VPN

¿Qué es Hotspot Shield?

Hotspot Shield es una extensión de Chrome desarrollada por Pango GmbH, y su función principal es "Hotspot Shield VPN".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Hotspot Shield

Descarga archivos de extensión Hotspot Shield en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Hotspot Shield Hotspot Shield
ID nlbejmccbhkncgokjcmghpfloaajcffj
URL Oficial https://chromewebstore.google.com/detail/hotspot-shield/nlbejmccbhkncgokjcmghpfloaajcffj
Descripción Hotspot Shield VPN
Tamaño del Archivo 7.93 MB
Cantidad de Instalaciones 1,799,071
Versión Actual 5.2.11
Última Actualización 2023-09-16
Fecha de Publicación 2020-05-19
Calificación 4.41/5 Total de 68233 Calificaciones
Desarrollador Pango GmbH
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.hotspotshield.com
URL de la Página de Ayuda https://support.hotspotshield.com/hc/en-us
URL de la Página de Política de Privacidad https://www.hotspotshield.com/privacy-policy
Idiomas Soportados 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\/*"
    ]
}