VkCrypt
Secure dialogue in vk.com with the AES encryption
Vad är VkCrypt?
VkCrypt är en Chrome-tillägg utvecklad av smm-pro.ru, och dess huvudfunktion är "Secure dialogue in vk.com with the AES encryption".
Tilläggsskärmbilder
Ladda ner VkCrypt-förlängningens CRX-fil
Ladda ner VkCrypt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Secure dialogue in vk.com with the AES encryption Grundläggande Information om Tillägg
| Namn | |
| ID | lemdbelcbpfbohjiimbcdhbonmlamdbm |
| Officiell webbadress | https://chromewebstore.google.com/detail/vkcrypt/lemdbelcbpfbohjiimbcdhbonmlamdbm |
| Beskrivning | Secure dialogue in vk.com with the AES encryption |
| Filstorlek | 26.24 KB |
| Antal Installationer | 247 |
| Aktuell Version | 0.9.0.2 |
| Senast Uppdaterad | 2013-09-03 |
| Publiceringsdatum | 2013-09-03 |
| Betyg | 3.98/5 Totalt 41 Betyg |
| Utvecklare | smm-pro.ru |
| Betalningssätt | free |
| Tilläggswebbplats | http://smm-pro.ru/vkcrypt/ |
| Hjälpsida URL | http://smm-pro.ru/vkcrypt/ |
| Stödda Språk | 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"
}
]
} | |