YouTube Playlist Duration Analyzer

YouTube Playlist Duration Analyzer

Calculate the time duration to complete the playlist videos on youtube with video skip and video speed control estimation feature

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YouTube Playlist Duration Analyzer",
  "short_name": "YTPL Analyzer",
  "description": "Calculate the time duration to complete the playlist videos on youtube with video skip and video speed control estimation feature",
  "version": "1.0.1",
  "manifest_version": 3,
  "action": {
    "default_popup": "pop.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}