Webcam Use Alert Firefox

Examine source code of Webcam Use Alert

Inspect and view changes in Webcam Use Alert source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Webcam Use Alert",
  "version": "1.0",
  "description": "Alerts when a webpage accesses the webcam.",
  "permissions": [
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{aa784422-450c-4249-b5e5-0d233ff7f3a4}"
    }
  }
}

Best Webcam Use Alert Alternatives

Here are some Firefox add-ons that are similar to Webcam Use Alert: