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」です。
拡張機能のスクリーンショット
HotVPN - Private anonymity VPN and Proxy拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |