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…

Was ist Kick.com Chat Spam Filter?

Kick.com Chat Spam Filter ist eine Chrome-Erweiterung, die von Bippytime entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

Kick.com Chat Spam Filter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kick.com Chat Spam Filter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Kick.com Chat Spam Filter Kick.com Chat Spam Filter
ID kbllplandeelchfonnpbifppogicimbi
Offizielle URL https://chromewebstore.google.com/detail/kickcom-chat-spam-filter/kbllplandeelchfonnpbifppogicimbi
Beschreibung 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…
Dateigröße 46.22 KB
Installationsanzahl 49
Aktuelle Version 1.11
Letztes Update 2023-07-02
Veröffentlichungsdatum 2023-06-29
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler Bippytime
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}