Tab Capture Sample Firefox

Examine source code of Tab Capture Sample

Inspect and view changes in Tab Capture Sample source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Tab Capture Sample",
  "description": "Capture tab example and play in a <video> element in a second tab.",
  "version": "3.2",
  "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": "{e39afda2-1630-4371-931b-7f6ad74e4979}"
    }
  }
}

Best Tab Capture Sample Alternatives

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