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 |
电子邮箱 | [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\/*" ] } } |