Twitch Channel Points Bonus Collector

Twitch Channel Points Bonus Collector

Auto-clicks the Channel Points bonus button when it appears.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.2577fc03.png",
    "32": "icon32.plasmo.d583dc1e.png",
    "48": "icon48.plasmo.e0fcfb1d.png",
    "64": "icon64.plasmo.e6259081.png",
    "128": "icon128.plasmo.96a1ede9.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.2577fc03.png",
      "32": "icon32.plasmo.d583dc1e.png",
      "48": "icon48.plasmo.e0fcfb1d.png",
      "64": "icon64.plasmo.e6259081.png",
      "128": "icon128.plasmo.96a1ede9.png"
    }
  },
  "version": "2.0.14",
  "author": "avi12",
  "name": "Twitch Channel Points Bonus Collector",
  "description": "Auto-clicks the Channel Points bonus button when it appears.",
  "homepage_url": "https://github.com/avi12/twitch-cp-bonus-collector",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "bonus-clicker.34cd8c57.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "donation.075b5b6b.js"
      ],
      "css": [
        "donation.95e28361.css"
      ]
    }
  ],
  "offline_enabled": true,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "resources": [
        "donation.92d4f129.css",
        "donation.c9c841e7.svg"
      ]
    }
  ]
}