Kick Chat Flusher
Enhances the kick.com viewing experience by providing a fullscreen chat overlay
什麼是Kick Chat Flusher?
Kick Chat Flusher是由spaghetto開發的Chrome擴展程式,該擴展的主要功能是“Enhances the kick.com viewing experience by providing a fullscreen chat overlay”。
擴展截圖
下載Kick Chat Flusher擴展crx文件
下載Kick Chat Flusher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Messages flow seamlessly from right to left, providing an immersive chat environment while you enjoy your content. 🌐✨ This script works in both live and VOD (Video on Demand) modes.
Features 🚀:
✅ Fullscreen chat overlay for kick 💬
✅ Elegant right-to-left message transition 🔄
✅ Compatible with both live and VOD (Video on Demand) modes 🎥
✅ Supports various message types, including user bans, gifted subscriptions, etc. 🎁🚫
✅ Anti-Spam Setting: A configurable option that reduces spam by preventing multiple identical messages from appearing simultaneously. 🛡️🚫
Feel free to collaborate, report bugs, or suggest improvements on our GitHub repository. 🛠️👩💻 擴展基本資訊
| 名稱 | |
| ID | cefplanllnmdnnhncpopljmcjnlafdke |
| 官方網址 | https://chromewebstore.google.com/detail/kick-chat-flusher/cefplanllnmdnnhncpopljmcjnlafdke |
| 簡介 | Enhances the kick.com viewing experience by providing a fullscreen chat overlay |
| 檔案大小 | 221 KB |
| 安裝次數 | 109 |
| 目前版本 | 0.9.0 |
| 更新時間 | 2024-02-19 |
| 上架時間 | 2023-10-25 |
| 評分 | 3.67/5 共 6 次評分 |
| 開發者 | spaghetto |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/r0808914/Kick-Chat-Flusher/ |
| 說明頁面URL | https://github.com/r0808914/Kick-Chat-Flusher/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Kick Chat Flusher",
"version": "0.9.0",
"description": "Enhances the kick.com viewing experience by providing a fullscreen chat overlay",
"author": "spaghetto",
"homepage_url": "https:\/\/github.com\/r0808914\/Kick-Chat-Flusher",
"action": {
"default_icon": "icons\/icon.png",
"default_popup": "popup\/popup.html"
},
"icons": {
"32": "icons\/32.png",
"128": "icons\/128.png"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"lib\/**",
"modules\/**"
],
"matches": [
"*:\/\/*.kick.com\/*",
"*:\/\/*.ip2.network\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/*.kick.com\/*",
"*:\/\/*.ip2.network\/*"
],
"js": [
"dist\/kick-chat-flusher.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{0702d587-2109-4a5f-a21d-09f2743af25d}"
}
}
} | |