OwnCast Browser Extension Firefox

Examine source code of OwnCast Browser Extension

Inspect and view changes in OwnCast Browser Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OwnCast Extension",
  "version": "0.5.0",
  "version_name": "0.5.0",
  "description": "",
  "icons": {
    "48": "resources/icon-48.png",
    "96": "resources/icon-96.png"
  },
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/js/content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": "resources/icon-32.png",
    "default_popup": "/index.html",
    "default_title": "OwnCast Extension"
  },
  "options_ui": {
    "page": "/options.html"
  },
  "permissions": [
    "*://*/*",
    "storage",
    "notifications"
  ]
}

Best OwnCast Browser Extension Alternatives

Here are some Firefox add-ons that are similar to OwnCast Browser Extension: