A lightweight Chrome Extension that automatically claims Channel Points on Twitch.
Never miss a bonus chest again.
- Auto-Claim: Automatically detects and clicks the "Bonus Chest" button when it appears.
- Human-Like Behavior: Adds a random delay (0.5s - 2s) before clicking to simulate natural interaction.
- Smart Logging: Keeps a local history of all claimed bonuses (stored only on your device).
- Beautiful UI: A clean, dark-mode compatible popup to toggle the extension and view stats.
- Privacy Focused: No analytics, no tracking, locally operating.
Install the extension directly from the Chrome Web Store.
-
Clone the repository:
git clone https://github.com/reliqarts/twitch-bonus-claimer.git cd twitch-bonus-claimer -
Build the project: You can use
make(macOS/Linux) ornpmdirectly.make # OR npm install && npm run build
-
Load in Chrome:
- Open Chrome and navigate to
chrome://extensions/. - Toggle Developer mode (top right).
- Click Load unpacked.
- Select the
dist/folder from the project directory.
- Open Chrome and navigate to
- Open any Twitch stream.
- The extension icon will light up in your toolbar.
- Click the icon to see your status ("Active") and recent claims.
- Relax! The extension will silently claim bonuses in the background.
We take privacy seriously. This extension:
- Runs entirely on your device (Client-Side).
- Does not transmit data to any external server.
- Does not collect personal information.
See our full Privacy Policy.
This project is built with:
Key Commands:
make: Install deps & build.make clean: Remove build artifacts.npm run dev: Start dev server (Note: HMR may be unstable in some environments; Build workflow recommended).
Built with 💜 by Reliq