chatgpt-copy-button Firefox

Examine source code of chatgpt-copy-button

Inspect and view changes in chatgpt-copy-button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "chatgpt-copy-button",
  "version": "1.0.0",
  "description": "Extension to help with copying ChatGPT answers as normalized text",
  "author": "Anatolii V. <volkodavav@gmail.com>",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png",
    "300": "icon300.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.js"
      ],
      "matches": [
        "*://*.chatgpt.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-copy-button@volkodavav.gmail.com"
    }
  }
}

Best chatgpt-copy-button Alternatives

Here are some Firefox add-ons that are similar to chatgpt-copy-button: