Channel Point and Drop Collector

Channel Point and Drop Collector

Collects bonus channel points and claims Drops while watching a stream on Twitch.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Channel Point and Drop Collector",
  "version": "0.0.10",
  "description": "Collects bonus channel points and claims Drops while watching a stream on Twitch.",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "js/interaction.js"
      ]
    }
  ]
}