AI 产品解读Automated raiding support for Chzzk streaming platform
Helps viewers automatically follow streamers to their next broadcast when a current stream ends, by detecting fixed messages with Chzzk links and providing a countdown interface.
1. Install extension
2. Watch Chzzk streams normally
3. Extension detects fixed message with next broadcast link when stream ends
4. Shows countdown UI with next broadcast info (thumbnail, title, viewer count)
5. Automatically redirects to next broadcast after countdown completes
Automatic raid detection when stream endsSmart URL recognition for shortened links (naver.me, bit.ly, etc.)Countdown screen with real-time next broadcast infoPer-channel settings to enable/disable raidingManual move button for flexible navigation
- 目标用户
- Chzzk viewers who want to automatically follow streamers to next broadcasts
- The extension code is heavily minified and bundled, making some analysis difficult. However, the core functionality is clear from the API calls and manifest permissions. The extension relies on Chzzk's internal APIs which may change, affecting functionality.
付费分析未识别到付费功能
The extension is a free utility for Chzzk stream raiding. There is no evidence of paid features, subscription gating, or payment processing within the extension code. The 'pro' and 'license' keywords detected in static analysis are from React library files (react.production.min.js, etc.) and are not related to paid features of this extension. The extension does not call any billing APIs or show upgrade/payment UI.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension interacts with the Chzzk (치지직) platform APIs (api.chzzk.naver.com) to fetch live status, channel info, and fixed messages. Chzzk is a streaming platform that requires users to be logged in to view streams and access most features. While the extension itself does not implement its own login UI, the core workflow (monitoring streams and raiding) depends on the destination service (Chzzk) which requires authentication. The code also references 'nidAuth' and 'nidSession' in error handling for age-restricted broadcasts, indicating reliance on Naver/Chzzk account authentication.