TrackMyCourse: YouTube Playlist Tracker Firefox

Examine source code of TrackMyCourse: YouTube Playlist Tracker

Inspect and view changes in TrackMyCourse: YouTube Playlist Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TrackMyCourse: YouTube Playlist Tracker",
  "version": "1.3.8",
  "description": "Turn YouTube playlists into courses. Track with checkmarks, progress bar, total and watched duration, and completion percentage.",
  "icons": {
    "16": "icons/logo_16.png",
    "24": "icons/logo_24.png",
    "32": "icons/logo_32.png",
    "48": "icons/logo_48.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "storage",
    "webNavigation",
    "downloads"
  ],
  "host_permissions": [
    "https://www.youtube.com/*",
    "https://i.ytimg.com/*"
  ],
  "background": {
    "scripts": [
      "src/background/background.js"
    ]
  },
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "icons/logo_16.png",
      "24": "icons/logo_24.png",
      "32": "icons/logo_32.png",
      "48": "icons/logo_48.png",
      "128": "icons/logo_128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "src/shared/utils.js",
        "src/content/toast.js",
        "src/content/content_script.js"
      ],
      "css": [
        "src/styles/toast.css",
        "src/styles/checkbox.css",
        "src/styles/playlistPage.css",
        "src/styles/playlistWatchPage.css",
        "src/styles/focusMode.css",
        "src/styles/homePage.css"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "trackmycourse@alok",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best TrackMyCourse: YouTube Playlist Tracker Alternatives

Here are some Firefox add-ons that are similar to TrackMyCourse: YouTube Playlist Tracker: