VkCrypt

Secure dialogue in vk.com with the AES encryption

O que é VkCrypt?

VkCrypt é uma extensão do Chrome desenvolvida por smm-pro.ru, e sua principal característica é "Secure dialogue in vk.com with the AES encryption".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VkCrypt

Baixe arquivos de extensão VkCrypt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Secure dialogue in vk.com with the AES encryption                    

Informações Básicas da Extensão

Nome VkCrypt VkCrypt
ID lemdbelcbpfbohjiimbcdhbonmlamdbm
URL Oficial https://chromewebstore.google.com/detail/vkcrypt/lemdbelcbpfbohjiimbcdhbonmlamdbm
Descrição Secure dialogue in vk.com with the AES encryption
Tamanho do Arquivo 26.24 KB
Contagem de Instalações 247
Versão Atual 0.9.0.2
Última Atualização 2013-09-03
Data de Publicação 2013-09-03
Classificação 3.98/5 Total de 41 Avaliações
Desenvolvedor smm-pro.ru
Tipo de Pagamento free
Site da Extensão http://smm-pro.ru/vkcrypt/
URL da Página de Ajuda http://smm-pro.ru/vkcrypt/
Idiomas Suportados 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"
        }
    ]
}