HLSPlayer Firefox

Examine source code of HLSPlayer

By: adi291 Add-on
Inspect and view changes in HLSPlayer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "HLS Player",
  "version": "1.0",
  "description": "简单的HLS播放器",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "adix291@163.com"
    }
  },
  "permissions": [
    "webRequest",
    "declarativeNetRequestFeedback",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "*://*/*.m3u8*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "sw.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/extension_icon16.png",
    "32": "icons/extension_icon32.png",
    "48": "icons/extension_icon48.png",
    "128": "icons/extension_icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}

Best HLSPlayer Alternatives

Here are some Firefox add-ons that are similar to HLSPlayer: