Twitch Channel Points Auto Clicker

Twitch Channel Points Auto Clicker

Auto clicks bonus channel points!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Channel Points Farmer",
  "version": "1.3",
  "description": "Auto clicks bonus channel points!",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}