AuraCam: Live Filter & ML Studio Firefox

Examine source code of AuraCam: Live Filter & ML Studio

Inspect and view changes in AuraCam: Live Filter & ML Studio source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AuraCam: Live Filter & ML Studio",
  "version": "1.0.0",
  "description": "Real-time webcam filters, mirroring, built-in ML overlays, and custom TF.js model loader.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.js"
      ],
      "world": "MAIN",
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "libs/tf.min.js",
        "libs/blazeface.min.js",
        "libs/coco-ssd.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "auracam-ml-studio@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AuraCam: Live Filter & ML Studio Alternatives

Here are some Firefox add-ons that are similar to AuraCam: Live Filter & ML Studio: