AI 产品解读Browser extension that enhances live streaming chat across Trovo, Twitch, Kick, and YouTube by injecting BetterTTV-style emotes, channel shops, TTS, and BotRix platform integration directly into streaming sites
Streamers and viewers must switch between multiple panels and external tools to manage chat, rewards, emotes, and viewer interaction. This extension brings BotRix streaming bot features directly into the platforms streamers already use, reducing context switching.
Extension injects content scripts into streaming platform pages (Trovo, YouTube live_chat, Kick). For viewers: loads BetterTTV and custom emotes into chat, shows channel shop buttons that fetch public shop data from botrix.live. For streamers: authenticates with BotRix via token, enables TTS for reading chat aloud (controlled via popup toggle), syncs Kick subscription counts, and provides clip creation tools. Settings are managed via the BotRix web panel (botrix.live/panel/bot). The popup shows logged-in state with TTS toggle and settings button, or a login prompt for streamers.
Custom and BetterTTV-style emotes displayed directly in live chat on Trovo, YouTube, and KickText-to-Speech (TTS) for streamers to have chat messages read aloud with configurable voices, cooldowns, and spam filtersChannel shop/reward access for viewers on Trovo and YouTube - browse and redeem streamer rewards using in-stream pointsKick account sync - subscriber count tracking and clip creation tools via BotRix token authenticationChat commands and configuration accessible via BotRix panel (poll, predict, and other streamer tools)
- 目标用户
- Live streamers on Trovo, Twitch, Kick, and YouTube who use BotRix as their chat bot / Viewers on Trovo, YouTube, and Kick who want enhanced emotes and channel shop access
- Service worker (service_worker.js) is heavily minified at 109KB - full message handler logic for isLogged, TTS config, and Pusher-based chat could not be fully traced
- Could not determine whether BotRix web platform has paid tiers that indirectly affect extension functionality (e.g., TTS voice options, command limits)
- Twitch integration appears minimal in current code (only emotes via Twitch API in service_worker.js) - the store listing mentions Twitch but content scripts are only injected into Trovo, YouTube, and Kick
付费分析未识别到付费功能
No evidence of paid features gated within the extension. No Stripe/billing/purchase APIs found. No premium upgrade UI or feature gating. Store description explicitly states 'The best free software.' The 'subscription/subscribe/subscriber' keywords that triggered the heuristic refer to Kick platform subscription count syncing (tracking a streamer's sub count), not paid BotRix plans. The 'pro' keyword hits are all generic minified variable names, not references to a Pro plan. Channel shop items use virtual in-stream points, not real money. The BotRix web platform (botrix.live) may have its own paid tiers for streamers, but the extension itself does not enforce or gate any features behind payment.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension works without login for viewers (emotes display, channel shop access use public APIs). However, streamers must authenticate with BotRix (botrix.live) to access TTS configuration, chat commands, Kick subscription sync, and panel settings. The popup explicitly states: 'You're using the extension without logging in. If you're a streamer, logging in is recommended to access all features. Otherwise, feel free to ignore this message.' Authentication is via a BotRix token (botrixtoken) obtained from botrix.live/sync flow and stored in localStorage.
存在冲突