YT Dynamic Playlist Firefox

Examine source code of YT Dynamic Playlist

Inspect and view changes in YT Dynamic Playlist source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YT Dynamic Playlist",
  "version": "1.0",
  "description": "Manage YouTube tabs as a dynamic playlist.",
  "permissions": [
    "tabs",
    "storage",
    "*://www.youtube.com/*"
  ],
  "browser_action": {
    "default_title": "YT Dynamic Playlist",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/watch*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ytdynamicplaylist@natvalentine",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best YT Dynamic Playlist Alternatives

Here are some Firefox add-ons that are similar to YT Dynamic Playlist: