ChatGPT Copy Cleaner Firefox

Examine source code of ChatGPT Copy Cleaner

By: adptly
Inspect and view changes in ChatGPT Copy Cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Copy Cleaner",
  "version": "1.1.0",
  "description": "Cleans copied ChatGPT text by removing citation links, reference markers, and tracking parameters.",
  "permissions": [
    "storage",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-copy-cleaner@adptly.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "privacy_policy": {
    "url": "https://github.com/adptly/chatgpt-copy-cleaner#privacy"
  }
}

Best ChatGPT Copy Cleaner Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Copy Cleaner: