Kick.com Chat Spam Filter

This removes most Kick.com single emoji spam from your favorite streamers chat so you don't have to deal with the massive flood of…

ما هو Kick.com Chat Spam Filter؟

Kick.com Chat Spam Filter هو إضافة Chrome تم تطويرها بواسطة Bippytime، والميزة الرئيسية لها هي "This removes most Kick.com single emoji spam from your favorite streamers chat so you don't have to deal with the massive flood of…".

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

screenshot

تحميل ملف CRX للإضافة Kick.com Chat Spam Filter

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

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

                        This removes most Kick.com single emoji spam from your favorite streamers chat so you don't have to deal with the massive flood of emojis blocking all the juicy chat of your favorite streamer! (only removes solo emoji spam) 

Future Updates will contain more Spam filters to catch bots and other spam, as well as an options menu for personal customization.                    

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

الاسم Kick.com Chat Spam Filter Kick.com Chat Spam Filter
ID kbllplandeelchfonnpbifppogicimbi
عنوان URL الرسمي https://chromewebstore.google.com/detail/kickcom-chat-spam-filter/kbllplandeelchfonnpbifppogicimbi
الوصف This removes most Kick.com single emoji spam from your favorite streamers chat so you don't have to deal with the massive flood of…
حجم الملف 46.22 KB
عدد التثبيتات 49
النسخة الحالية 1.11
آخر تحديث 2023-07-02
تاريخ النشر 2023-06-29
تقييم 3.00/5 مجموع تقييمات 1
المطور Bippytime
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kick.com Chat Spam Filter",
    "version": "1.11",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kick.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}