Auto Full Screen for Streaming (not YouTube) Firefox

Examine source code of Auto Full Screen for Streaming (not YouTube)

Inspect and view changes in Auto Full Screen for Streaming (not YouTube) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Fullscreen Video (Non-YouTube)",
  "version": "1.0",
  "description": "Fullscreen video on play, exit on pause/end, always show controls. Excludes YouTube.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0feb4bad-ffbb-4fd7-a097-470c0b4fe034}"
    }
  }
}

Best Auto Full Screen for Streaming (not YouTube) Alternatives

Here are some Firefox add-ons that are similar to Auto Full Screen for Streaming (not YouTube):