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…

Qu'est-ce que Kick.com Chat Spam Filter ?

Kick.com Chat Spam Filter est une extension Chrome développée par Bippytime, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kick.com Chat Spam Filter

Téléchargez les fichiers d'extension Kick.com Chat Spam Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kick.com Chat Spam Filter Kick.com Chat Spam Filter
ID kbllplandeelchfonnpbifppogicimbi
URL Officiel https://chromewebstore.google.com/detail/kickcom-chat-spam-filter/kbllplandeelchfonnpbifppogicimbi
Description 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…
Taille du Fichier 46.22 KB
Nombre d'Installations 49
Version Actuelle 1.11
Dernière Mise à Jour 2023-07-02
Date de Publication 2023-06-29
Évaluation 3.00/5 Total 1 Évaluations
Développeur Bippytime
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}