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…

Apa itu Kick.com Chat Spam Filter?

Kick.com Chat Spam Filter adalah ekstensi Chrome yang dikembangkan oleh Bippytime, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Kick.com Chat Spam Filter

Unduh file ekstensi Kick.com Chat Spam Filter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Kick.com Chat Spam Filter Kick.com Chat Spam Filter
ID kbllplandeelchfonnpbifppogicimbi
URL Resmi https://chromewebstore.google.com/detail/kickcom-chat-spam-filter/kbllplandeelchfonnpbifppogicimbi
Deskripsi 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…
Ukuran File 46.22 KB
Jumlah Instalasi 49
Versi Saat Ini 1.11
Terakhir Diperbarui 2023-07-02
Tanggal Publikasi 2023-06-29
Penilaian 3.00/5 Total 1 Penilaian
Pengembang Bippytime
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}