YouTube Playlist Duration

YouTube Playlist Duration

Popup to show the duration of the YouTube playlist.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YouTube Playlist Duration",
  "version": "1.1.3",
  "description": "Popup to show the duration of the YouTube playlist.",
  "manifest_version": 3,
  "action": {
    "default_title": "YouTube Playlist Duration",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icon16.png",
      "48": "assets/icon48.png",
      "128": "assets/icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}