VkCrypt

Secure dialogue in vk.com with the AES encryption

ما هو VkCrypt؟

VkCrypt هو إضافة Chrome تم تطويرها بواسطة smm-pro.ru، والميزة الرئيسية لها هي "Secure dialogue in vk.com with the AES encryption".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة VkCrypt

قم بتنزيل ملفات الامتداد VkCrypt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Secure dialogue in vk.com with the AES encryption                    

معلومات أساسية عن التمديد

الاسم VkCrypt VkCrypt
ID lemdbelcbpfbohjiimbcdhbonmlamdbm
عنوان URL الرسمي https://chromewebstore.google.com/detail/vkcrypt/lemdbelcbpfbohjiimbcdhbonmlamdbm
الوصف Secure dialogue in vk.com with the AES encryption
حجم الملف 26.24 KB
عدد التثبيتات 247
النسخة الحالية 0.9.0.2
آخر تحديث 2013-09-03
تاريخ النشر 2013-09-03
تقييم 3.98/5 مجموع تقييمات 41
المطور smm-pro.ru
نوع الدفع free
موقع الإضافة http://smm-pro.ru/vkcrypt/
عنوان صفحة المساعدة http://smm-pro.ru/vkcrypt/
اللغات المدعومة 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"
        }
    ]
}