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
官方網址 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": []
}