Youtube Playlist Duration and Progress Calculator Firefox

Examine source code of Youtube Playlist Duration and Progress Calculator

Inspect and view changes in Youtube Playlist Duration and Progress Calculator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YouTube Playlist Duration Calculator",
  "version": "1.1.0",
  "description": "Youtube Playlist Duration Calculator",
  "manifest_version": 2,
  "icons": {
    "16": "./img/icon16.png",
    "48": "./img/icon48.png",
    "128": "./img/icon128.png"
  },
  "browser_action": {
    "default_icon": "./img/icon16.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "https://www.youtube.com/playlist?list=*"
      ],
      "js": [
        "./src/content.js"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ]
}

Best Youtube Playlist Duration and Progress Calculator Alternatives

Here are some Firefox add-ons that are similar to Youtube Playlist Duration and Progress Calculator: