Examine source code of Twitch Timeout Correction

Inspect and view changes in Twitch Timeout Correction 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 Timeout Correction",
  "version": "0.0.2",
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}