Twitch Channel Points Collector Firefox

Examine source code of Twitch Channel Points Collector

By: Jl
Inspect and view changes in Twitch Channel Points Collector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Points Clicker",
  "version": "0.2.8",
  "description": "Automatically claims Twitch channel points.",
  "icons": {
    "48": "icons/points.png",
    "96": "icons/points-96.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/points-32.png",
    "default_title": "Points Clicker",
    "default_popup": "popup/manage.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "content_scripts/rewardClicker.js"
      ]
    }
  ]
}

Best Twitch Channel Points Collector Alternatives

Here are some Firefox add-ons that are similar to Twitch Channel Points Collector: