freestream Firefox

Examine source code of freestream

By: Nimish
Inspect and view changes in freestream source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "freestream",
  "version": "1.0",
  "description": "Allows HLS streaming",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*.m3u8*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icons/icon_128_grey.png"
  },
  "content_security_policy": "script-src 'self' blob:; object-src 'self'",
  "manifest_version": 2
}

Best freestream Alternatives

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