VkCrypt
Secure dialogue in vk.com with the AES encryption
Wat is VkCrypt?
VkCrypt is een Chrome-extensie ontwikkeld door smm-pro.ru, en de belangrijkste functie is "Secure dialogue in vk.com with the AES encryption".
Extensie Screenshots
Download het CRX-bestand van de extensie VkCrypt
Download VkCrypt-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
Secure dialogue in vk.com with the AES encryption
Basisinformatie over de Extensie
Naam | VkCrypt |
ID | lemdbelcbpfbohjiimbcdhbonmlamdbm |
Officiële URL | https://chromewebstore.google.com/detail/vkcrypt/lemdbelcbpfbohjiimbcdhbonmlamdbm |
Beschrijving | Secure dialogue in vk.com with the AES encryption |
Bestandsgrootte | 26.24 KB |
Aantal Installaties | 247 |
Huidige Versie | 0.9.0.2 |
Laatst Bijgewerkt | 2013-09-03 |
Publicatiedatum | 2013-09-03 |
Beoordeling | 3.98/5 Totaal 41 Beoordelingen |
Ontwikkelaar | smm-pro.ru |
Betalingswijze | free |
Extensiewebsite | http://smm-pro.ru/vkcrypt/ |
Help Pagina-URL | http://smm-pro.ru/vkcrypt/ |
Ondersteunde Talen | 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" } ] } |