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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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}" } } } |