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/
- Download or clone this repository
- Open Firefox and go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the
manifest.jsonfile
zip -r -FS ../autotwitchpoints.zip manifest.json icons/ src/ _locales/- 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)
- Added stats per channel (📊 button)
- Added settings page (⚙️ button)
- Added debug mode toggle
- Added individual channel stats deletion
- Migrated to Manifest V3
- Added Chrome compatibility
- Replaced polling with MutationObserver (better performance)
- Added resilient selector fallbacks
- Improved error handling
- Initial public release