Hideman VPN
Data protection and traffic encryption
Wat is Hideman VPN?
Hideman VPN is een Chrome-extensie ontwikkeld door https://www.hideman.net, en de belangrijkste functie is "Data protection and traffic encryption".
Extensie Screenshots
Download het CRX-bestand van de extensie Hideman VPN
Download Hideman VPN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Encrypt your traffic with strong AES-256 encryption. Best choice when you are connected to insecure Wi-Fi network.
Basisinformatie over de Extensie
Naam | |
ID | dbdbnchagbkhknegmhgikkleoogjcfge |
Officiële URL | https://chrome.google.com/webstore/detail/hideman-vpn/dbdbnchagbkhknegmhgikkleoogjcfge |
Beschrijving | Data protection and traffic encryption |
Bestandsgrootte | 261 KB |
Aantal Installaties | 10,167 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2017-01-17 |
Publicatiedatum | 2017-01-17 |
Beoordeling | 3.67/5 Totaal 132 Beoordelingen |
Ontwikkelaar | https://www.hideman.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.hideman.net |
URL van de Privacybeleid Pagina | https://www.hideman.net/docs/privacy-policy |
Ondersteunde Talen | 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\/*" ] } } |