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 |
Eメール | [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" ] } ] } |