Hideman VPN
Data protection and traffic encryption
Qu'est-ce que Hideman VPN ?
Hideman VPN est une extension Chrome développée par https://www.hideman.net, et sa fonction principale est "Data protection and traffic encryption".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hideman VPN
Téléchargez les fichiers d'extension Hideman VPN au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Encrypt your traffic with strong AES-256 encryption. Best choice when you are connected to insecure Wi-Fi network.
Informations de Base sur l'Extension
Nom | |
ID | dbdbnchagbkhknegmhgikkleoogjcfge |
URL Officiel | https://chrome.google.com/webstore/detail/hideman-vpn/dbdbnchagbkhknegmhgikkleoogjcfge |
Description | Data protection and traffic encryption |
Taille du Fichier | 261 KB |
Nombre d'Installations | 10,167 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2017-01-17 |
Date de Publication | 2017-01-17 |
Évaluation | 3.67/5 Total 132 Évaluations |
Développeur | https://www.hideman.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.hideman.net |
URL de la Page de Politique de Confidentialité | https://www.hideman.net/docs/privacy-policy |
Langues Prises en Charge | 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\/*" ] } } |