YouTube Scroll Speed + pop out Firefox

Examine source code of YouTube Scroll Speed + pop out

Inspect and view changes in YouTube Scroll Speed + pop out source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Scroll Speed",
  "version": "1.0.11",
  "description": "Change YouTube playback speed by scrolling; shows a speedometer above the title.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/speedometer.png"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-speedometer@example.com"
    }
  }
}

Best YouTube Scroll Speed + pop out Alternatives

Here are some Firefox add-ons that are similar to YouTube Scroll Speed + pop out: