Hotspot Shield

Hotspot Shield VPN

O que é Hotspot Shield?

Hotspot Shield é uma extensão do Chrome desenvolvida por Pango GmbH, e sua principal característica é "Hotspot Shield VPN".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hotspot Shield

Baixe arquivos de extensão Hotspot Shield no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hotspot Shield Hotspot Shield
ID nlbejmccbhkncgokjcmghpfloaajcffj
URL Oficial https://chromewebstore.google.com/detail/hotspot-shield/nlbejmccbhkncgokjcmghpfloaajcffj
Descrição Hotspot Shield VPN
Tamanho do Arquivo 7.93 MB
Contagem de Instalações 1,799,071
Versão Atual 5.2.11
Última Atualização 2023-09-16
Data de Publicação 2020-05-19
Classificação 4.41/5 Total de 68233 Avaliações
Desenvolvedor Pango GmbH
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.hotspotshield.com
URL da Página de Ajuda https://support.hotspotshield.com/hc/en-us
URL da Página de Política de Privacidade https://www.hotspotshield.com/privacy-policy
Idiomas Suportados 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\/*"
    ]
}