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…

什麼是Kick.com Chat Spam Filter?

Kick.com Chat Spam Filter是由Bippytime開發的Chrome擴展程式,該擴展的主要功能是“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

下載Kick.com Chat Spam Filter擴展crx文件

下載Kick.com Chat Spam Filter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Kick.com Chat Spam Filter Kick.com Chat Spam Filter
ID kbllplandeelchfonnpbifppogicimbi
官方網址 https://chromewebstore.google.com/detail/kickcom-chat-spam-filter/kbllplandeelchfonnpbifppogicimbi
簡介 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…
檔案大小 46.22 KB
安裝次數 49
目前版本 1.11
更新時間 2023-07-02
上架時間 2023-06-29
評分 3.00/5 共 1 次評分
開發者 Bippytime
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}