ChatGPT: Chat Log Export Firefox

Examine source code of ChatGPT: Chat Log Export

By: Deskuma
Inspect and view changes in ChatGPT: Chat Log Export source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT: Chat Log Export (JSON)",
  "version": "0.3.1",
  "description": "Export ChatGPT conversation JSON logs.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "icons/download-icon.min.svg",
    "icons/download-icon.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*"
      ],
      "js": [
        "chatgpt-conv-export.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{194ed788-168c-4b88-b472-8fd70dc290ae}"
    }
  }
}

Best ChatGPT: Chat Log Export Alternatives

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