HLS and DASH Playback Firefox

Examine source code of HLS and DASH Playback

By: dh0001
Inspect and view changes in HLS and DASH Playback source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "HLS and DASH Playback",
  "version": "0.12.12",
  "description": "Play HLS and DASH video urls (m3u8/mpd) in your browser",
  "manifest_version": 2,
  "icons": {
    "16": "img/multimedia16.png",
    "48": "img/multimedia48.png",
    "128": "img/multimedia128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "*://*/*.m3u8",
    "*://*/*.m3u8?*",
    "*://*/*.m3u8#*",
    "*://*/*.mpd",
    "*://*/*.mpd?*",
    "*://*/*.mpd#*",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "browser_action": {
    "default_title": "HLS and DASH Playback",
    "default_icon": {
      "16": "img/multimedia16.png",
      "48": "img/multimedia48.png",
      "128": "img/multimedia128.png"
    },
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "lib/*.js",
    "*.js",
    "*.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{434a505b-6fe8-4357-b114-e3c7067eb841}"
    }
  }
}

Best HLS and DASH Playback Alternatives

Here are some Firefox add-ons that are similar to HLS and DASH Playback: