VkCrypt

Secure dialogue in vk.com with the AES encryption

什麼是VkCrypt?

VkCrypt是由smm-pro.ru開發的Chrome擴展程式,該擴展的主要功能是“Secure dialogue in vk.com with the AES encryption”。

擴展截圖

screenshot

下載VkCrypt擴展crx文件

下載VkCrypt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Secure dialogue in vk.com with the AES encryption                    

擴展基本資訊

名稱 VkCrypt VkCrypt
ID lemdbelcbpfbohjiimbcdhbonmlamdbm
官方網址 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"
        }
    ]
}