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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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