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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}