Native MPEG-Dash + HLS Playback Firefox

Examine source code of Native MPEG-Dash + HLS Playback

Inspect and view changes in Native MPEG-Dash + HLS Playback source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Native MPEG-Dash + HLS Playback",
  "version": "5.0.7",
  "description": "Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'",
  "manifest_version": 3,
  "icons": {
    "128": "assets/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "native-dash-hls@cavar.net",
      "strict_min_version": "113.0"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' object-src 'self'"
  },
  "background": {
    "scripts": [
      "service_worker.js"
    ]
  },
  "permissions": [
    "tabs",
    "declarativeNetRequest",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "action": {
    "default_title": "Native MPEG-Dash + HLS Playback",
    "default_icon": "assets/icon128.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Native MPEG-Dash + HLS Playback Alternatives

Here are some Firefox add-ons that are similar to Native MPEG-Dash + HLS Playback: