Playlist Time Finder Firefox

Examine source code of Playlist Time Finder

By: Kethan
Inspect and view changes in Playlist Time Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Playlist Time Finder",
  "version": "1.0",
  "description": "Shows the total time of a Youtube Playlist",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e933ea4f-8525-4965-90da-29dd084be027}"
    }
  }
}

Best Playlist Time Finder Alternatives

Here are some Firefox add-ons that are similar to Playlist Time Finder: