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"
}
]
} | |