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”。
扩展截图
下载VkCrypt扩展crx文件
下载VkCrypt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Secure dialogue in vk.com with the AES encryption 扩展基本信息
| 名称 | |
| 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"
}
]
} | |