YouTube Shuffle Play Firefox

Examine source code of YouTube Shuffle Play

Inspect and view changes in YouTube Shuffle Play source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Shuffle Play",
  "version": "1.2",
  "description": "Adds a Shuffle Play button to YouTube's Subscriptions page",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "mtz20dri@gmail.com",
      "strict_min_version": "109.0"
    }
  }
}

Best YouTube Shuffle Play Alternatives

Here are some Firefox add-ons that are similar to YouTube Shuffle Play: