Kardashian Krypt
Covertly send messages to friends, family, paramours & more by hiding messages in pictures of Kim Kardashian!!!!!
Kardashian Kryptとは何ですか?
Kardashian KryptはxX_mAdDy_VaRnEr_Xxによって開発されたChromeの拡張機能で、その主な機能は「Covertly send messages to friends, family, paramours & more by hiding messages in pictures of Kim Kardashian!!!!!」です。
拡張機能のスクリーンショット
Kardashian Krypt拡張機能のCRXファイルをダウンロード
Kardashian Krypt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Leverage Kim Kardashian's visual omnipresence thru KARDASHIAN KRYPT, a steganography Chrome extension that hides your messages in pictures of Kim Kardashian.
Easy to use, optional passwords for XTRA protection!! 拡張機能の基本情報
| 名前 | |
| ID | iimkanmiajlnbbkcbhmdknlljngfipli |
| 公式URL | https://chrome.google.com/webstore/detail/kardashian-krypt/iimkanmiajlnbbkcbhmdknlljngfipli |
| 説明 | Covertly send messages to friends, family, paramours & more by hiding messages in pictures of Kim Kardashian!!!!! |
| ファイルサイズ | 2.92 MB |
| インストール数 | 368 |
| 現在のバージョン | 0.999 |
| 最終更新日 | 2014-09-08 |
| 公開日 | 2014-09-08 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | xX_mAdDy_VaRnEr_Xx |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kardashian Krypt",
"version": "0.999",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"description": "Covertly send messages to friends, family, paramours & more by hiding messages in pictures of Kim Kardashian!!!!!",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"activeTab"
],
"background": {
"scripts": [
"kardashiankrypt.js",
"generatepng.js",
"webtoolkit.base64.js",
"aes.js",
"aes-ctr.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"19": "16.png",
"38": "48.png"
}
}
} | |