yt-better-playlist-control Firefox

Examine source code of yt-better-playlist-control

Inspect and view changes in yt-better-playlist-control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Better Playlist Control",
  "version": "1.1",
  "description": "Gives better control over the YouTube playlist panel",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "result.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "injected.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "homepage_url": "https://github.com/official-notfishvr/YouTube-Better-Playlist-Control",
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-better-playlist-control@notfishvr.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best yt-better-playlist-control Alternatives

Here are some Firefox add-ons that are similar to yt-better-playlist-control: