Automatically collects Twitch channel points bonus.
- 🎯 Auto-claim - Automatically clicks the bonus points button
- 📊 Stats per channel - Track points collected on each Twitch channel
- 🗑️ Individual reset - Delete stats for specific channels
- 🔧 Debug mode - Toggle debug logs on/off from settings
- 🌍 Multi-language - Supports EN, FR, DE, ES, RU
- 🔄 Resilient detection - Multiple selector fallbacks if Twitch updates their UI
- ⚡ Efficient - Uses MutationObserver instead of polling
- 🌐 Cross-browser - Works on Firefox and Chrome
👉 https://addons.mozilla.org/fr/firefox/addon/autotwitchpoints/
npm run packageProduces ../autotwitchpoints.zip ready for addon submission (regenerates manifest.json from the prod template first).
- Download or clone this repository
- Open Firefox and go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the
manifest.jsonfile
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select the extension folder
Once installed, just visit any Twitch channel. The extension will automatically:
- Detect when bonus points are available
- Click the claim button
- Track your total points (visible in the popup)
See CHANGELOG.md.