tabCast manager Firefox

Examine source code of tabCast manager

Inspect and view changes in tabCast manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "tabCast",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Creates a WiFi Display Session from the captured tab media stream using chrome.displaySource API.",
  "permissions": [
    "tabCapture",
    "tabs",
    "displaySource"
  ],
  "browser_action": {
    "default_title": "Tab cast",
    "default_popup": "main.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{528a4023-06e1-43e2-b2cd-08148a53440e}"
    }
  }
}

Best tabCast manager Alternatives

Here are some Firefox add-ons that are similar to tabCast manager: