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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.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.bb17b935.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "donation.42bdc7a2.js"
      ],
      "css": [
        "donation.b040f949.css"
      ]
    }
  ],
  "offline_enabled": true,
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "resources": [
        "donation.4bc3b3f8.css",
        "donation.01c3551f.svg"
      ]
    }
  ]
}