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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast & Unlimited VPN for total privacy and security | Block WebRTC"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HotVPN - Private anonymity VPN and Proxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}