VkCrypt
Secure dialogue in vk.com with the AES encryption
Co to jest VkCrypt?
VkCrypt to rozszerzenie Chrome opracowane przez smm-pro.ru, a jego główną funkcją jest „Secure dialogue in vk.com with the AES encryption”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VkCrypt
Pobierz pliki rozszerzeń VkCrypt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Secure dialogue in vk.com with the AES encryption Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lemdbelcbpfbohjiimbcdhbonmlamdbm |
| Oficjalny URL | https://chromewebstore.google.com/detail/vkcrypt/lemdbelcbpfbohjiimbcdhbonmlamdbm |
| Opis | Secure dialogue in vk.com with the AES encryption |
| Rozmiar pliku | 26.24 KB |
| Liczba instalacji | 247 |
| Aktualna Wersja | 0.9.0.2 |
| Ostatnia Aktualizacja | 2013-09-03 |
| Data Publikacji | 2013-09-03 |
| Ocena | 3.98/5 Łącznie 41 Oceny |
| Deweloper | smm-pro.ru |
| Typ Płatności | free |
| Strona Rozszerzenia | http://smm-pro.ru/vkcrypt/ |
| Adres URL Strony Pomocy | http://smm-pro.ru/vkcrypt/ |
| Obsługiwane Języki | 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"
}
]
} | |