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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
        }
    ]
}