AI Webcam Effects + Recorder: Google Meet, Zoom, Discord & Other Meetings

AI Webcam Effects + Recorder: Google Meet, Zoom, Discord & Other Meetings

Video Enhancer, beauty filter, virtual backgrounds (blur/replace), giphy, emoji, custom branding, color and light correction & more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AI Webcam Effects + Recorder: Google Meet, Zoom, Discord & Other Meetings",
  "homepage_url": "https://webcameffects.app/",
  "manifest_version": 3,
  "version": "3.1.10",
  "minimum_chrome_version": "88",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmuCh/9Ajfk3XPS2ftgwHJdG2wWYYBuuf9sJ7xcVCMMKC5v94zhE9356N6d5RW6IJwSoiYF+VTes4TrZ7fKzWou0R4i5p1Fkv8WTK/eRE/EYTWS9515MTB6ngC5cBMUBFYBEaCthQV3SSYrsSciPNjvNd7eBv2RbSYe+ZxcTrJKnvRGKCif/ZYOdbIdMrA2Hx4lS3sV94Y9VqwwXAQVhPACBOh6FyDxoDzwwoGzLSbbIEi46NHSny9vdgXfl1Scw+Vj9sdcwpTZ9HqKUhCmIHav4RYOtKCCBEcpMbTF1GtYVB3uzKXIKRWiwQjlKLUWGFxweZOp/Az1XOai8bRHbZcQIDAQAB",
  "icons": {
    "16": "icon-active-16.png",
    "48": "icon-active-48.png",
    "128": "icon-active-128.png"
  },
  "description": "Video Enhancer, beauty filter, virtual backgrounds (blur/replace), giphy, emoji, custom branding, color and light correction & more",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/load.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "background": {
    "service_worker": "scripts/background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "icon-128.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "scripting",
    "storage",
    "declarativeNetRequest",
    "identity",
    "identity.email",
    "browsingData"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "oauth2": {
    "client_id": "420102035745-j0aogmloqbmbtre04ac3cou732g67126.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "openid"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}