Moderator

Helps to moderate Twitch's chat making it less toxic

ما هو Moderator؟

Moderator هو إضافة Chrome تم تطويرها بواسطة Dreazz، والميزة الرئيسية لها هي "Helps to moderate Twitch's chat making it less toxic".

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

screenshot

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

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

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

                        This extension is meant to help streaming platforms become less toxic as the number of streamers and viewers who suffer from toxicity is growing.                    

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

الاسم Moderator Moderator
ID cdmpccbopnadobfkhpknlkcpoellhglm
عنوان URL الرسمي https://chromewebstore.google.com/detail/moderator/cdmpccbopnadobfkhpknlkcpoellhglm
الوصف Helps to moderate Twitch's chat making it less toxic
حجم الملف 14.42 KB
عدد التثبيتات 27
النسخة الحالية 0.0.0.1
آخر تحديث 2021-02-24
تاريخ النشر 2021-02-24
المطور Dreazz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moderator",
    "version": "0.0.0.1",
    "description": "Helps to moderate Twitch's chat making it less toxic",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}