Enhance YouTube Firefox

Examine source code of Enhance YouTube

Inspect and view changes in Enhance YouTube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Magic Actions for YouTube (Demo)",
  "version": "1.0.0",
  "description": "Adds handy controls for YouTube: mouse-wheel volume, theater mode, auto-HD, screenshot, PiP, and more.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Magic Actions for YouTube",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "applications": {
    "gecko": {
      "id": "magicactions-youtube@example.com"
    }
  }
}

Best Enhance YouTube Alternatives

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