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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย galkin_63 และคุณลักษณะหลักของมันคือ "Fast & Unlimited VPN for total privacy and security | Block WebRTC"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HotVPN - Private anonymity VPN and Proxy

ดาวน์โหลดไฟล์ส่วนขยาย HotVPN - Private anonymity VPN and Proxy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}