YT Playlist Tools — Reverse, Shuffle & Reorder Firefox

Examine source code of YT Playlist Tools — Reverse, Shuffle & Reorder

Inspect and view changes in YT Playlist Tools — Reverse, Shuffle & Reorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "3.1.0",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "reverse-playlist@benmoussa",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "src/backup.js",
        "src/state.js",
        "src/playlist.js",
        "src/playback.js",
        "src/sidebar.js",
        "src/panel.js",
        "src/toolbar.js",
        "src/content.js"
      ],
      "css": [
        "src/button.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best YT Playlist Tools — Reverse, Shuffle & Reorder Alternatives

Here are some Firefox add-ons that are similar to YT Playlist Tools — Reverse, Shuffle & Reorder: