WebStream WebRTC Screen Capture Firefox

Examine source code of WebStream WebRTC Screen Capture

Inspect and view changes in WebStream WebRTC Screen Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WebStream WebRTC Screen Capture",
  "version": "1.0.1resigned1",
  "description": "This extension allows WebStream WebRTC connections to use the screen as a video source.",
  "icons": {
    "16": "WebStream-16.png",
    "32": "WebStream-32.png",
    "48": "WebStream-48.png",
    "128": "WebStream-128.png"
  },
  "author": "WebStream",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "homepage_url": "https://teleconnect.care/",
  "minimum_chrome_version": "34",
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "WebStream-16.png",
    "WebStream-32.png",
    "WebStream-48.png",
    "WebStream-128.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{002171fe-44b7-4b02-8e3d-8ad1a82f7a49}"
    }
  }
}

Best WebStream WebRTC Screen Capture Alternatives

Here are some Firefox add-ons that are similar to WebStream WebRTC Screen Capture: