ChatGPT Export as Text Firefox

Examine source code of ChatGPT Export as Text

By: tnndvd
Inspect and view changes in ChatGPT Export as Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Export as Text",
  "version": "1.1",
  "description": "Adds download buttons to save ChatGPT replies or full conversations as plain text.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://chatgpt.com/*"
  ],
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_icon": "icon-48.png",
    "default_title": "ChatGPT Export"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "floppy-txt-icon.svg",
        "code-label.svg"
      ],
      "matches": [
        "https://chatgpt.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-export-txt@tnndvd",
      "strict_min_version": "109.0"
    }
  }
}

Best ChatGPT Export as Text Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Export as Text: