ControlRoom.Live Stream Finder Firefox

Examine source code of ControlRoom.Live Stream Finder

Inspect and view changes in ControlRoom.Live Stream Finder source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ControlRoom.Live Stream Finder",
  "description": "Discover and bookmark HLS live streams from any site directly to your ControlRoom.Live account.",
  "version": "2.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "stream-finder@controlroom.live",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "browsingActivity",
          "websiteActivity",
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://controlroom.live/*",
        "*://*.controlroom.live/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "images/icon-32.png",
      "64": "images/icon-64.png",
      "128": "images/icon-128.png"
    }
  },
  "permissions": [
    "webRequest",
    "tabs",
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "32": "images/icon-32.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  }
}

Best ControlRoom.Live Stream Finder Alternatives

Here are some Firefox add-ons that are similar to ControlRoom.Live Stream Finder: