Zoom to Fill Firefox

Examine source code of Zoom to Fill

Inspect and view changes in Zoom to Fill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Youtube Zoom to Fill",
  "version": "1.1",
  "description": "This extension will zoom to fill the video in full screen. In other words, remove black bars while watching Youtube in full screen.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {},
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "utils/**"
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "zoomtofill@yash.app"
    }
  }
}

Best Zoom to Fill Alternatives

Here are some Firefox add-ons that are similar to Zoom to Fill: