Skip to content

flv12/AutoTwitchPoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoTwitchPoints

Automatically collects Twitch channel points bonus.

Firefox Chrome

Features

  • 🎯 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

Installation

Firefox (Add-ons Store)

👉 https://addons.mozilla.org/fr/firefox/addon/autotwitchpoints/

Firefox (Manual)

  1. Download or clone this repository
  2. Open Firefox and go to about:debugging#/runtime/this-firefox
  3. Click "Load Temporary Add-on"
  4. Select the manifest.json file

Firefox (build for prod)

zip -r -FS ../autotwitchpoints.zip manifest.json icons/ src/ _locales/

Chrome (Manual)

  1. Download or clone this repository
  2. Open Chrome and go to chrome://extensions/
  3. Enable "Developer mode" (top right)
  4. Click "Load unpacked"
  5. Select the extension folder

Usage

Once installed, just visit any Twitch channel. The extension will automatically:

  1. Detect when bonus points are available
  2. Click the claim button
  3. Track your total points (visible in the popup)

Changelog

v2.1

  • Added stats per channel (📊 button)
  • Added settings page (⚙️ button)
  • Added debug mode toggle
  • Added individual channel stats deletion

v2.0

  • Migrated to Manifest V3
  • Added Chrome compatibility
  • Replaced polling with MutationObserver (better performance)
  • Added resilient selector fallbacks
  • Improved error handling

v1.2

  • Initial public release

About

Browser addon that automatically collects twitch channel points.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors