MaskMe

This extension replaces a user's personal information with fake info on webpages

ما هو MaskMe؟

MaskMe هو إضافة Chrome تم تطويرها بواسطة tbuchanvb7، والميزة الرئيسية لها هي "This extension replaces a user's personal information with fake info on webpages".

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

screenshot
screenshot

تحميل ملف CRX للإضافة MaskMe

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

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

                        MaskMe is a powerful Chrome extension designed to enhance privacy and security for live streamers and video content creators. It allows users to create a list of sensitive information, such as real names or locations, that they wish to keep private during their live streams or video recordings. MaskMe then automatically replaces these sensitive words with user-defined substitutes across the web pages being displayed, minimizing the risk of accidental exposure of private information. With its real-time text replacement and intuitive interface, MaskMe is a must-have tool for anyone seeking to maintain their privacy while engaging with their audience online.                    

معلومات أساسية عن التمديد

الاسم MaskMe MaskMe
ID inkejhpammjgkebcihmipacpkkgemgac
عنوان URL الرسمي https://chromewebstore.google.com/detail/maskme/inkejhpammjgkebcihmipacpkkgemgac
الوصف This extension replaces a user's personal information with fake info on webpages
حجم الملف 6.37 KB
عدد التثبيتات 31
النسخة الحالية 1.0
آخر تحديث 2023-09-20
تاريخ النشر 2023-09-20
تقييم 5.00/5 مجموع تقييمات 1
المطور tbuchanvb7
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MaskMe",
    "description": "This extension replaces a user's personal information with fake info on webpages",
    "version": "1.0",
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": []
}