TwitchTracker Firefox

Examine source code of TwitchTracker

Inspect and view changes in TwitchTracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TwitchTracker",
  "version": "0.3.4",
  "author": "n-deleforge",
  "homepage_url": "https://github.com/n-deleforge/twitch-tracker",
  "description": "Track how much time you spend watching your favourites streamers.",
  "icons": {
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "twitchTracker.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ae23ff82-1b70-4a86-a4d0-ade7d4e0ef45}"
    }
  }
}

Best TwitchTracker Alternatives

Here are some Firefox add-ons that are similar to TwitchTracker: