Kick Chat Flusher
Enhances the kick.com viewing experience by providing a fullscreen chat overlay
Kick Chat Flusherคืออะไร?
Kick Chat Flusher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spaghetto และคุณลักษณะหลักของมันคือ "Enhances the kick.com viewing experience by providing a fullscreen chat overlay"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kick Chat Flusher
ดาวน์โหลดไฟล์ส่วนขยาย 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. 🛠️👩💻
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kick Chat Flusher |
ID | cefplanllnmdnnhncpopljmcjnlafdke |
URL อย่างเป็นทางการ | 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}" } } } |