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:
AoC Ranking
Adé Mochtar
AOCPLD
ajpaon
Advent of Code Charts
Jeroen Heijmans
LeetCode Timer
Brian Ko
Advent of Code delta score
hgcummings
Advent of Code Telegram Bot
Dino Borg
advent+-
mdwhatcott
lpst
tiagoamaro
LeetCode Timer
jedwards1230
Green Timer
Manoj Kumar
Lichess Puzzle Timer
cristoper
leetStats
Madan