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…

Wat is Kick.com Chat Spam Filter?

Kick.com Chat Spam Filter is een Chrome-extensie ontwikkeld door Bippytime, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Kick.com Chat Spam Filter

Download Kick.com Chat Spam Filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Kick.com Chat Spam Filter Kick.com Chat Spam Filter
ID kbllplandeelchfonnpbifppogicimbi
Officiële URL https://chromewebstore.google.com/detail/kickcom-chat-spam-filter/kbllplandeelchfonnpbifppogicimbi
Beschrijving 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…
Bestandsgrootte 46.22 KB
Aantal Installaties 49
Huidige Versie 1.11
Laatst Bijgewerkt 2023-07-02
Publicatiedatum 2023-06-29
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Bippytime
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}