HotVPN - Private anonymity VPN and Proxy

Fast & Unlimited VPN for total privacy and security | Block WebRTC

HotVPN - Private anonymity VPN and Proxy란 무엇입니까?

HotVPN - Private anonymity VPN and Proxy은(는) galkin_63에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast & Unlimited VPN for total privacy and security | Block WebRTC"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

HotVPN - Private anonymity VPN and Proxy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        HotVPN is a free Chrome VPN extension for hiding your IP address.

The VPN extension uses secure encryption to protect all your traffic and hides your real IP address so that you can access any blocked website, protect your data, and use the Internet anonymously without restricting traffic.

Advantages of using the HotVPN extension:
- 100% Anonymity of the browser
- Hiding your IP address
- No logging
- Data encryption
- Access to blocked content
- Protection against leakage via JavaScript and WebRTC blocking

If you have any ideas or suggestions for improving our service, do not hesitate to write to us.                    

확장 프로그램 기본 정보

이름 HotVPN - Private anonymity VPN and Proxy HotVPN - Private anonymity VPN and Proxy
ID eonhhelcinleidaoaknflombfhbjfiid
공식 URL https://chromewebstore.google.com/detail/hotvpn-private-anonymity/eonhhelcinleidaoaknflombfhbjfiid
설명 Fast & Unlimited VPN for total privacy and security | Block WebRTC
파일 크기 784 KB
설치 횟수 1,042
현재 버전 1.8
최근 업데이트 2021-05-10
출시 날짜 2020-11-07
평점 1.67/5 총 6 개의 평점
개발자 galkin_63
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.hotvpn.com
도움말 페이지 URL https://www.hotvpn.com/contact/
개인정보 보호 정책 페이지 URL https://www.hotvpn.com/privacy
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "browser_action": {
        "default_title": "__MSG_open_popup__",
        "default_icon": {
            "128": "disabled.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "privacy",
        "proxy",
        "contentSettings",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "description": "__MSG_desc_app__",
    "default_locale": "ru",
    "version": "1.8",
    "icons": {
        "512": "app.png"
    }
}