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é es Kick.com Chat Spam Filter?

Kick.com Chat Spam Filter es una extensión de Chrome desarrollada por Bippytime, y su función principal es "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…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Kick.com Chat Spam Filter

Descarga archivos de extensión Kick.com Chat Spam Filter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Kick.com Chat Spam Filter Kick.com Chat Spam Filter
ID kbllplandeelchfonnpbifppogicimbi
URL Oficial https://chromewebstore.google.com/detail/kickcom-chat-spam-filter/kbllplandeelchfonnpbifppogicimbi
Descripción 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…
Tamaño del Archivo 46.22 KB
Cantidad de Instalaciones 49
Versión Actual 1.11
Última Actualización 2023-07-02
Fecha de Publicación 2023-06-29
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador Bippytime
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}