Examine source code of Twitch Points Chest Clicker

Inspect and view changes in Twitch Points Chest Clicker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Twitch Points Chest Clicker",
  "version": "0.3",
  "description": "Clicks the twitch points chest automatically for you.",
  "icons": {
    "48": "icons/treasure_Chest_48.png",
    "96": "icons/treasure_Chest_96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "twitch_points.js"
      ]
    }
  ]
}