VkCrypt
Secure dialogue in vk.com with the AES encryption
What is VkCrypt?
VkCrypt is a Chrome extension developed by smm-pro.ru, and its main feature is "Secure dialogue in vk.com with the AES encryption".
Extension Screenshots
Download VkCrypt Extension CRX File
Download VkCrypt 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
Secure dialogue in vk.com with the AES encryption
Extension Basic Information
Name | VkCrypt |
ID | lemdbelcbpfbohjiimbcdhbonmlamdbm |
Official URL | https://chromewebstore.google.com/detail/vkcrypt/lemdbelcbpfbohjiimbcdhbonmlamdbm |
Description | Secure dialogue in vk.com with the AES encryption |
File Size | 26.24 KB |
Installation Count | 247 |
Current Version | 0.9.0.2 |
Last Updated | 2013-09-03 |
Publish Date | 2013-09-03 |
Rating | 3.98/5 Total 41 Ratings |
Developer | smm-pro.ru |
Payment Type | free |
Extension Website | http://smm-pro.ru/vkcrypt/ |
Help Page URL | http://smm-pro.ru/vkcrypt/ |
Supported Languages | 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" } ] } |