Chatpgt Copy Export Clipboard

Chatpgt Copy Export Clipboard

🪄 Enhance CHATGPT with copy button, export chat in any extension and clipboard manager 📋. Compatible with AIPRM ✅

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.1.6",
  "name": "Chatpgt Copy Export Clipboard",
  "description": "🪄 Enhance CHATGPT with copy button, export chat in any extension and clipboard manager 📋. Compatible with AIPRM ✅",
  "icons": {
    "512": "logo.png"
  },
  "action": {
    "default_popup": "menu.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/chat/*",
        "https://chat.openai.com/c/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ]
}