Kardashian Krypt
Covertly send messages to friends, family, paramours & more by hiding messages in pictures of Kim Kardashian!!!!!
What is Kardashian Krypt?
Kardashian Krypt is a Chrome extension developed by xX_mAdDy_VaRnEr_Xx, and its main feature is "Covertly send messages to friends, family, paramours & more by hiding messages in pictures of Kim Kardashian!!!!!".
Extension Screenshots
Download Kardashian Krypt Extension CRX File
Download Kardashian Krypt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!!
Extension Basic Information
Name | |
ID | iimkanmiajlnbbkcbhmdknlljngfipli |
Official URL | https://chrome.google.com/webstore/detail/kardashian-krypt/iimkanmiajlnbbkcbhmdknlljngfipli |
Description | Covertly send messages to friends, family, paramours & more by hiding messages in pictures of Kim Kardashian!!!!! |
File Size | 2.92 MB |
Installation Count | 368 |
Current Version | 0.999 |
Last Updated | 2014-09-08 |
Publish Date | 2014-09-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | xX_mAdDy_VaRnEr_Xx |
Payment Type | free |
Supported Languages | 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" } } } |