Cloak Message

Hide secrets inside message

What is Cloak Message?

Cloak Message is a Chrome extension developed by phieudu241, and its main feature is "Hide secrets inside message".

Extension Screenshots

screenshot
screenshot

Download Cloak Message Extension CRX File

Download Cloak Message 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

                        The extension can help you hide secrets between friends, groups, organizations, yourself... on the social networks/blog/article/posts/messages.... by including the secrets inside message/text with invisible characters

Support Tweets, Gmail, WhatsApp, Telegram, Instagram, Facebook, Blog, or anywhere you can text/message                    

Extension Basic Information

Name Cloak Message Cloak Message
ID cdbmalainpflhkephnnggmmnpfmnkneb
Official URL https://chromewebstore.google.com/detail/cloak-message/cdbmalainpflhkephnnggmmnpfmnkneb
Description Hide secrets inside message
File Size 105 KB
Installation Count 43
Current Version 0.0.3
Last Updated 2021-04-16
Publish Date 2021-04-08
Developer phieudu241
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloak Message",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Hide secrets inside message",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/utils.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "background",
        "clipboardWrite",
        "contextMenus"
    ],
    "browser_action": []
}