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…

Hvad er Kick.com Chat Spam Filter?

Kick.com Chat Spam Filter er en Chrome-udvidelse udviklet af Bippytime, og dens hovedfunktion er "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…".

Udvidelsesskærmbilleder

screenshot

Download Kick.com Chat Spam Filter-udvidelses-CRX-fil

Download Kick.com Chat Spam Filter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Kick.com Chat Spam Filter Kick.com Chat Spam Filter
ID kbllplandeelchfonnpbifppogicimbi
Officiel URL https://chromewebstore.google.com/detail/kickcom-chat-spam-filter/kbllplandeelchfonnpbifppogicimbi
Beskrivelse 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…
Filstørrelse 46.22 KB
Antal Installationer 49
Nuværende Version 1.11
Senest Opdateret 2023-07-02
Udgivelsesdato 2023-06-29
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler Bippytime
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}