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…

Co to jest Kick.com Chat Spam Filter?

Kick.com Chat Spam Filter to rozszerzenie Chrome opracowane przez Bippytime, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Kick.com Chat Spam Filter

Pobierz pliki rozszerzeń Kick.com Chat Spam Filter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Kick.com Chat Spam Filter Kick.com Chat Spam Filter
ID kbllplandeelchfonnpbifppogicimbi
Oficjalny URL https://chromewebstore.google.com/detail/kickcom-chat-spam-filter/kbllplandeelchfonnpbifppogicimbi
Opis 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…
Rozmiar pliku 46.22 KB
Liczba instalacji 49
Aktualna Wersja 1.11
Ostatnia Aktualizacja 2023-07-02
Data Publikacji 2023-06-29
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper Bippytime
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}