Youtube Speed Controller Firefox

Examine source code of Youtube Speed Controller

Inspect and view changes in Youtube Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Speed Controls",
  "version": "1.0.3",
  "description": "Adds playback speed controls and shortcuts to YouTube videos.",
  "host_permissions": [
    "https://www.youtube.com/*",
    "https://m.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://m.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png",
    "48": "icons/favicon.ico"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "absarlearns@gmail.com"
    }
  }
}

Best Youtube Speed Controller Alternatives

Here are some Firefox add-ons that are similar to Youtube Speed Controller: