Camera Firefox

Examine source code of Camera

Inspect and view changes in Camera source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_lngExtTitle__",
  "version": "1.2.0.0",
  "description": "__MSG_lngExtDescription__",
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://photo-mirror.net/webcam-recorder/*"
      ],
      "js": [
        "scripts/firefox-content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "*://photo-mirror.net/webcam-recorder/*"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{05461cde-6a1b-4295-80f6-ab2c221091b8}"
    }
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}

Best Camera Alternatives

Here are some Firefox add-ons that are similar to Camera: