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…”。
扩展截图
下载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 |
ID | kbllplandeelchfonnpbifppogicimbi |
官方URL | 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" ] } ] } |