A lightweight Chrome extension that automatically collects Twitch channel points for you — no manual clicks needed. Just install it, open Twitch, and let it do the work.
- Automatic collection — Clicks the bonus points button the moment it appears
- Per-channel stats — Track how many times points were claimed for each streamer
- Badge counter — See your claim count right on the extension icon (formatted as 1.5K, 2.3M for large numbers)
- Zero configuration — Install and forget, it works out of the box
- Install from the Chrome Web Store
- Open any Twitch stream
- That's it — points are collected automatically
The extension watches for the community points bonus button on Twitch streams using a MutationObserver. When the button appears, it clicks it automatically and records the claim. Stats are stored locally in chrome.storage and displayed in the extension popup, grouped by streamer.
| Permission | Why |
|---|---|
activeTab |
Interact with the current Twitch tab |
tabs |
Detect page navigation to re-attach the observer |
storage |
Persist per-channel claim stats locally |
*://www.twitch.tv/* |
Run the content script on Twitch pages |
Found a bug or have a feature idea? Open an issue or submit a pull request.
