Reverse Playlist on YouTube Firefox

Examine source code of Reverse Playlist on YouTube

By: grad13 Add-on
Inspect and view changes in Reverse Playlist on YouTube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reverse Playlist on YouTube",
  "version": "0.0.8",
  "description": "Add a reverse-order playback button to YouTube playlist pages.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{52970280-7a54-428f-b70b-3633cf19f7f0}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "extension/icons/icon16.png",
    "32": "extension/icons/icon32.png",
    "48": "extension/icons/icon48.png",
    "64": "extension/icons/icon64.png",
    "128": "extension/icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "extension/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "extension/content/page-world/media-keys.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    },
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "extension/content/reverse-advance.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Reverse Playlist on YouTube Alternatives

Here are some Firefox add-ons that are similar to Reverse Playlist on YouTube: