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…

Cos'è Kick.com Chat Spam Filter?

Kick.com Chat Spam Filter è un'estensione di Chrome sviluppata da Bippytime, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kick.com Chat Spam Filter

Scarica i file di estensione Kick.com Chat Spam Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Kick.com Chat Spam Filter Kick.com Chat Spam Filter
ID kbllplandeelchfonnpbifppogicimbi
URL Ufficiale https://chromewebstore.google.com/detail/kickcom-chat-spam-filter/kbllplandeelchfonnpbifppogicimbi
Descrizione 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…
Dimensione del File 46.22 KB
Conteggio Installazioni 49
Versione Corrente 1.11
Ultimo Aggiornamento 2023-07-02
Data di Pubblicazione 2023-06-29
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore Bippytime
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}