Advent of Code Part 2 Timer Firefox

Examine source code of Advent of Code Part 2 Timer

Inspect and view changes in Advent of Code Part 2 Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Advent of Code Part 2 Timer",
  "version": "0.0.3",
  "description": "Add a column to the personal stats page which displays how long it took you to get from part 1 to part 2",
  "icons": {
    "48": "icons/aoc-timer-48.png",
    "96": "icons/aoc-timer-96.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://adventofcode.com/*/leaderboard/self"
      ],
      "js": [
        "stats.js"
      ]
    },
    {
      "matches": [
        "https://adventofcode.com/*/day/*"
      ],
      "js": [
        "tracker.js"
      ]
    }
  ]
}

Best Advent of Code Part 2 Timer Alternatives

Here are some Firefox add-ons that are similar to Advent of Code Part 2 Timer: