AI Chat / Project Exporter Firefox

Examine source code of AI Chat / Project Exporter

By: dougg0k Add-on
Inspect and view changes in AI Chat / Project Exporter source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Chat / Project Exporter",
  "description": "Local-first exporter for ChatGPT and Claude chats/projects.",
  "version": "1.1.7",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "https://chatgpt.com/*",
    "https://claude.ai/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-chat-project-exporter@dougg0k",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "web_accessible_resources": [
    "/injected.js"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "AI Chat / Project Exporter",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://claude.ai/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/app.js"
      ]
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://claude.ai/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/capture.js"
      ],
      "world": "MAIN"
    }
  ]
}

Best AI Chat / Project Exporter Alternatives

Here are some Firefox add-ons that are similar to AI Chat / Project Exporter: