Cloak Message

Hide secrets inside message

ما هو Cloak Message؟

Cloak Message هو إضافة Chrome تم تطويرها بواسطة phieudu241، والميزة الرئيسية لها هي "Hide secrets inside message".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Cloak Message

قم بتنزيل ملفات الامتداد Cloak Message بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": []
}