YouTube Windowed FullScreen Firefox

Examine source code of YouTube Windowed FullScreen

Inspect and view changes in YouTube Windowed FullScreen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Windowed FullScreen",
  "short_name": "YouTube FullScreen",
  "description": "Watch videos on YouTube fullscreen within your browsers screen.",
  "version": "5.0",
  "page_action": {
    "default_icon": {
      "16": "icon16.png"
    },
    "default_popup": "index.html"
  },
  "options_ui": {
    "page": "index.html",
    "browser_style": true,
    "chrome_style": true
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.min.js"
    ],
    "type": "module"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png"
    },
    "default_popup": "index.html",
    "default_title": "YouTube Windowed FullScreen"
  },
  "content_scripts": [
    {
      "js": [
        "YouTube.min.js"
      ],
      "css": [
        "YouTube.min.css"
      ],
      "matches": [
        "*://www.youtube.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "index.html",
    "welcome.html",
    "update-4.7.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "58.0",
      "id": "{59c55aed-bdb3-4f2f-b81d-27011a689be6}"
    }
  }
}

Best YouTube Windowed FullScreen Alternatives

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