Hideman VPN
Data protection and traffic encryption
What is Hideman VPN?
Hideman VPN is a Chrome extension developed by https://www.hideman.net, and its main feature is "Data protection and traffic encryption".
Extension Screenshots
Download Hideman VPN Extension CRX File
Download Hideman VPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Encrypt your traffic with strong AES-256 encryption. Best choice when you are connected to insecure Wi-Fi network.
Extension Basic Information
Name | |
ID | dbdbnchagbkhknegmhgikkleoogjcfge |
Official URL | https://chrome.google.com/webstore/detail/hideman-vpn/dbdbnchagbkhknegmhgikkleoogjcfge |
Description | Data protection and traffic encryption |
File Size | 261 KB |
Installation Count | 10,167 |
Current Version | 1 |
Last Updated | 2017-01-17 |
Publish Date | 2017-01-17 |
Rating | 3.67/5 Total 132 Ratings |
Developer | https://www.hideman.net |
[email protected] | |
Payment Type | free |
Extension Website | https://www.hideman.net |
Privacy Policy Page URL | https://www.hideman.net/docs/privacy-policy |
Supported Languages | 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\/*" ] } } |