VkCrypt
Secure dialogue in vk.com with the AES encryption
Qu'est-ce que VkCrypt ?
VkCrypt est une extension Chrome développée par smm-pro.ru, et sa fonction principale est "Secure dialogue in vk.com with the AES encryption".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VkCrypt
Téléchargez les fichiers d'extension VkCrypt 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
Secure dialogue in vk.com with the AES encryption
Informations de Base sur l'Extension
Nom | VkCrypt |
ID | lemdbelcbpfbohjiimbcdhbonmlamdbm |
URL Officiel | https://chromewebstore.google.com/detail/vkcrypt/lemdbelcbpfbohjiimbcdhbonmlamdbm |
Description | Secure dialogue in vk.com with the AES encryption |
Taille du Fichier | 26.24 KB |
Nombre d'Installations | 247 |
Version Actuelle | 0.9.0.2 |
Dernière Mise à Jour | 2013-09-03 |
Date de Publication | 2013-09-03 |
Évaluation | 3.98/5 Total 41 Évaluations |
Développeur | smm-pro.ru |
Type de Paiement | free |
Site Web de l'Extension | http://smm-pro.ru/vkcrypt/ |
URL de la Page d'Aide | http://smm-pro.ru/vkcrypt/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VkCrypt", "description": "Secure dialogue in vk.com with the AES encryption", "version": "0.9.0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "aes.js", "vk.js" ], "matches": [ "http:\/\/vk.com\/*", "https:\/\/vk.com\/*" ], "run_at": "document_end" } ] } |