Stream Recorder Firefox

Examine source code of Stream Recorder

Inspect and view changes in Stream Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Stream Recorder",
  "version": "2.0",
  "manifest_version": 2,
  "description": "Firefox extension that records streams and videos.",
  "background": {
    "scripts": [
      "/src/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "/icons/rec-button.svg",
    "browser_style": true,
    "default_title": "Start recording"
  },
  "icons": {
    "64": "icons/rec-button.svg"
  },
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "/live-recorder-worker-bundle.js"
  ],
  "applications": {
    "gecko": {
      "strict_min_version": "63.0",
      "id": "{75ed68d9-52d0-4dd3-8138-de2afa3e7c53}"
    }
  }
}

Best Stream Recorder Alternatives

Here are some Firefox add-ons that are similar to Stream Recorder: