ChatGPT Export Firefox

Examine source code of ChatGPT Export

Inspect and view changes in ChatGPT Export source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Export",
  "version": "8.1.2",
  "author": "me@enessaltik.com",
  "description": "Export your ChatGPT conversations as HTML.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "https://chatgpt.com/*"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icons/icon.png"
  },
  "icons": {
    "128": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "lib/highlight/highlight.min.js",
        "lib/purify.min.js",
        "content/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content/helper.js",
    "lib/tex-chtml.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{149e2c13-2556-4e9f-ad37-05ccb2f8676d}"
    }
  }
}

Best ChatGPT Export Alternatives

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