Cloak Message

Hide secrets inside message

什么是Cloak Message?

Cloak Message是由phieudu241开发的Chrome扩展程序,该扩展的主要功能是“Hide secrets inside message”。

扩展截图

screenshot
screenshot

下载Cloak Message扩展crx文件

下载Cloak Message扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Cloak Message Cloak Message
ID cdbmalainpflhkephnnggmmnpfmnkneb
官方URL https://chromewebstore.google.com/detail/cloak-message/cdbmalainpflhkephnnggmmnpfmnkneb
简介 Hide secrets inside message
文件大小 105 KB
安装次数 43
当前版本 0.0.3
更新时间 2021-04-16
上架时间 2021-04-08
开发者 phieudu241
电子邮箱 [email protected]
付费类型 free
支持的语言 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": []
}