Youtube Playlist Duration Calculator Firefox

Examine source code of Youtube Playlist Duration Calculator

Inspect and view changes in Youtube Playlist Duration Calculator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Youtube Playlist Duration Calculator",
  "version": "1.0",
  "description": "This extension will Tell you the total duration of the youtube playlist. WARNING : You need to scroll down the whole playlist to get exact time",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*list*",
        "*://*.youtube.com/playlist*"
      ],
      "js": [
        "background.js"
      ]
    }
  ]
}

Best Youtube Playlist Duration Calculator Alternatives

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