WheelLock for YouTube Firefox

Examine source code of WheelLock for YouTube

Inspect and view changes in WheelLock for YouTube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WheelLock for YouTube Fullscreen",
  "version": "1.1.1",
  "description": "Blocks accidental mouse-wheel input while YouTube videos are in fullscreen.",
  "homepage_url": "https://github.com/BrendanoElTaco/WheelLock-for-YouTube-Fullscreen",
  "icons": {
    "48": "icons/wheellock-icon.svg",
    "96": "icons/wheellock-icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "wheellock-youtube-fullscreen@brendanoeltaco",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best WheelLock for YouTube Alternatives

Here are some Firefox add-ons that are similar to WheelLock for YouTube: