ChatAI - Delete Image Text With ChatGPT

ChatAI - Delete Image Text With ChatGPT

Based on ChatGPT, use the most powerful OpenAI to quickly remove watermarks and text in pictures.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": "img/logo_text_down.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_extDes__",
  "icons": {
    "128": "img/logo_text_down.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "js": [
        "js/content-inject-other.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "1.0.0",
  "web_accessible_resources": [
    {
      "resources": [
        "/img/logo.png",
        "/img/logo_prompt.png",
        "/img/logo_text.png",
        "js/ajax-listener-other.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/fgigbfdjkenkooaoinpihdddkbelhfah",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}