HLS Stream Player Firefox

Examine source code of HLS Stream Player

Inspect and view changes in HLS Stream Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "event.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_title": "Disable"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "The extension allows you to play HLS (HTTP Live Streaming) URLs directly in your browser. Easily watch live streams and videos without additional software or plugins",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "HLS Stream Player",
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5.1",
  "web_accessible_resources": [
    "*.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f32f74a2-a7d8-4099-96ed-25dc2c8e54b5}"
    }
  }
}

Best HLS Stream Player Alternatives

Here are some Firefox add-ons that are similar to HLS Stream Player: