Face Swap - FaceArt

FaceArt is a powerful AI face swap plugin that utilizes AI technology to generate face swap images in one click!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": "img/logo.png",
    "default_title": "__MSG_extName__"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_extDes__",
  "icons": {
    "128": "img/logo.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage"
  ],
  "version": "1.0.12",
  "web_accessible_resources": [
    {
      "resources": [
        "/img/logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/ldpnofldeebplglbkchgkihminahdflm",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}