Tab Capture Firefox

Examine source code of Tab Capture

Inspect and view changes in Tab Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Tab Capture",
  "description": "Capture a tab and play in a <video> element in a separate tab.",
  "version": "1.7",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage",
    "tabs",
    "tabCapture"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f7ba5baa-e112-4d7f-9d74-a38b377dc248}"
    }
  }
}

Best Tab Capture Alternatives

Here are some Firefox add-ons that are similar to Tab Capture: