Copy IA Text Firefox

Examine source code of Copy IA Text

By: yracnet
Inspect and view changes in Copy IA Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy IA Text",
  "description": "Copies text from ChatGPT and other AI tools while removing hidden characters inserted for source tracing, ensuring clean and plain text output.",
  "version": "1.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-ia-text@yracnet.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "contextMenus",
    "clipboardWrite",
    "activeTab"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/page/content-script.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png",
    "48": "icons/favicon-48x48.png",
    "128": "icons/favicon-128x128.png"
  }
}

Best Copy IA Text Alternatives

Here are some Firefox add-ons that are similar to Copy IA Text: