AI 产品解读SOOP (formerly AfreecaTV) chat UI enhancement and chat manager tools extension
Improves chat readability and provides powerful manager/moderation tools for streamers and moderators on SOOP, addressing the platform's default chat UI limitations
User installs extension and visits SOOP player page. Extension injects CSS/JS to modify chat UI. Settings panel allows customization of chat display, color schemes, and manager tools. Manager features activate when logged-in user has manager role on SOOP. Settings are stored locally via chrome.storage and optionally synced via extension API.
Chat UI customization (colors, layout, font sizes, two-line display)Grade-based chat display and color codingManager hover menu for quick moderation (ban, kick, warn, search, pin)Auto-greeting for donations, subscriptions, and joinsAuto-moderation (auto-ban/kick on specific words)Donation chat pinning
- 目标用户
- SOOP/AfreecaTV streamers / Chat managers/moderators / Viewers wanting better chat UI
- Could not verify the remote API at mngr.flabs.kr to check if it requires authentication or has paid tiers
- The detailed setup HTML is loaded dynamically from the API (utils.setupload), so full UI inspection was not possible
- Store description mentions 상세 설명 link which may contain additional info about paid features
付费分析未识别到付费功能
No payment, billing, subscription, premium, upgrade, or license keywords found in extension source code. All 'subscribe' references relate to SOOP platform's viewer subscription feature (구독), not extension monetization. All 'pro' hits are jQuery .prop() calls. No Stripe, payment gate, or paywall detected.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not implement its own login system. It reads the existing SOOP/AfreecaTV platform login state via liveView.ChatInfo.myUserInfo to determine if the user is logged in (mngr.js:90). Basic UI customization features work without login. Manager features (ban, kick, warnings) require being a logged-in manager on the SOOP platform, but this is a platform role requirement, not an extension-imposed login gate.