Universal Copy & ChatGPT AI

Universal Copy & ChatGPT AI

Copy combined with Chat GPT AI to support unlock copy, AI writing. Use GPT-4, Claude3, and Gemini to generate text while copying.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "img/ico.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/content-script.js"
      ],
      "css": [
        "css/inject.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/kodepay.js"
      ],
      "matches": [
        "https://kodepay.io/*"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 3,
  "name": "__MSG_name__",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "declarativeNetRequestWithHostAccess"
  ],
  "action": {
    "default_icon": "img/ico19_disable.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/inject.js",
        "img/*",
        "settings.html",
        "search.html",
        "options.html",
        "webSite.html",
        "pay.html",
        "css/shadow.css",
        "css/elementUI.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "js/normal.js",
        "js/docText.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "version": "1.0.29",
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/%E7%BD%91%E9%A1%B5%E4%B8%87%E8%83%BD%E5%A4%8D%E5%88%B6/begnnhinicgbdndoigdpfohfagccaakc?utm_medium=extension&utm_source=webcopy",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}