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…

Vad är Kick.com Chat Spam Filter?

Kick.com Chat Spam Filter är en Chrome-tillägg utvecklad av Bippytime, och dess huvudfunktion är "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…".

Tilläggsskärmbilder

screenshot

Ladda ner Kick.com Chat Spam Filter-förlängningens CRX-fil

Ladda ner Kick.com Chat Spam Filter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Kick.com Chat Spam Filter Kick.com Chat Spam Filter
ID kbllplandeelchfonnpbifppogicimbi
Officiell webbadress https://chromewebstore.google.com/detail/kickcom-chat-spam-filter/kbllplandeelchfonnpbifppogicimbi
Beskrivning 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…
Filstorlek 46.22 KB
Antal Installationer 49
Aktuell Version 1.11
Senast Uppdaterad 2023-07-02
Publiceringsdatum 2023-06-29
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare Bippytime
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}