AI product readTwitch Streamer Companion Tool
Helps fans of the Twitch streamer 'Backstairs' (slrabbit99) stay updated on stream status, receive notifications for new streams and chat messages, and automatically claim community points on the streamer's channel.
1. User installs extension. 2. Background script sets up alarms and listeners. 3. Content script 'points-clicker.js' runs on twitch.tv pages to auto-click community points buttons. 4. 'checkopen.js' periodically calls Twitch API to check if streamer 'slrabbit99' is live; if so, it triggers a Chrome notification. 5. 'chat.js' connects to Twitch IRC to listen for messages from the streamer and triggers notifications. 6. User clicks extension icon to see a popup with social links and recent chat messages.
Stream Status Notification: Checks if the streamer is live via Twitch API and updates the extension icon.Chat Notification: Connects to the streamer's Twitch IRC channel to notify users of new chat messages.Auto Points Clicker: Automatically clicks the 'Claim Points' button on the Twitch channel page.Resource Hub: Popup provides quick links to the streamer's Facebook, YouTube, Discord, Instagram, and merchandise shop.Chat History: Displays recent chat messages in the popup.
- Target users
- Fans of the Twitch streamer 'Backstairs' (slrabbit99) / Twitch viewers who want to automate claiming community points
- The Twitch Kraken API used in 'checkopen.js' is deprecated. The extension may not function correctly if Twitch has fully shut down the v5 API endpoint.
MonetizationNo paid features detected
The extension is completely free. It uses MIT-licensed open-source libraries (Bootstrap, jQuery, etc.) and does not contain any code related to payments, subscriptions, premium upgrades, or license key verification. The 'paid' keywords detected in static analysis (e.g., 'pro' in 'PROGRESS' enum, 'license' in comments) are false positives related to UI templates or library headers.
- Confidence
- 95
- Payment platform
- --
- Source
- AI / High
- Login required
- No
- Reason
- The extension does not implement any login mechanism, nor does it redirect to a destination service that requires an account to function. The core features (Twitch stream status check, chat notifications, and points auto-clicker) operate using public Twitch APIs (Client-ID based) or content scripts on twitch.tv pages. While a Twitch account is needed to actually earn 'community points' on the site, the extension itself does not gate its functionality behind a login screen or require the user to authenticate with the extension.