Twitch TV Gift Autoclicker

Twitch TV Gift Autoclicker

A simple script to autoclick the channel points gift button that occasionally shows up.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TTVGA",
  "version": "5",
  "description": "A simple script to autoclick the channel points gift button that occasionally shows up.",
  "content_scripts": [
    {
      "matches": [
        "*://www.twitch.tv/*"
      ],
      "js": [
        "TTVGA.js"
      ]
    }
  ]
}