Hideman VPN
Data protection and traffic encryption
Hideman VPNとは何ですか?
Hideman VPNはhttps://www.hideman.netによって開発されたChromeの拡張機能で、その主な機能は「Data protection and traffic encryption」です。
拡張機能のスクリーンショット
Hideman VPN拡張機能のCRXファイルをダウンロード
Hideman VPN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Encrypt your traffic with strong AES-256 encryption. Best choice when you are connected to insecure Wi-Fi network.
拡張機能の基本情報
名前 | |
ID | dbdbnchagbkhknegmhgikkleoogjcfge |
公式URL | https://chrome.google.com/webstore/detail/hideman-vpn/dbdbnchagbkhknegmhgikkleoogjcfge |
説明 | Data protection and traffic encryption |
ファイルサイズ | 261 KB |
インストール数 | 10,167 |
現在のバージョン | 1 |
最終更新日 | 2017-01-17 |
公開日 | 2017-01-17 |
評価 | 3.67/5 合計 132 レビュー |
開発者 | https://www.hideman.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.hideman.net |
プライバシーポリシーページのURL | https://www.hideman.net/docs/privacy-policy |
対応言語 | en,es,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hideman VPN", "version": "1", "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "page_action": { "default_icon": { "38": "icons\/38_off.png", "19": "icons\/16_off.png" }, "default_title": "PageAction", "default_popup": "popup\/popup.html" }, "author": "Hideman LTD", "background": { "page": "background\/background.html", "persistent": true }, "homepage_url": "https:\/\/www.hideman.net", "options_page": "options\/options.html", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*\/*", "http:\/\/*\/*", "ftp:\/\/*\/*", "background", "proxy", "storage", "tabs" ], "short_name": "__MSG_ext_short_name__", "offline_enabled": false, "externally_connectable": { "matches": [ "*:\/\/*.hideman.net\/*" ] } } |