AI Exporter Firefox

Examine source code of AI Exporter

Inspect and view changes in AI Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI-Exporter",
  "version": "1.0.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-exporter@cydonia.org"
    }
  },
  "description": "Export AI conversations from Claude, ChatGPT, and other platforms with preserved formatting",
  "homepage_url": "https://github.com/Cydonia-Technologies/ai-exporter/",
  "author": "Alp Efe Karalar, Cydonia Tech",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "48": "assets/icons/icon-48.png",
      "128": "assets/icons/icon-128.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.claude.ai/*",
        "https://*.anthropic.com/*",
        "https://*.chat.openai.com/*",
        "https://*.gemini.google.com/*",
        "https://*.deepseek.com/*"
      ],
      "js": [
        "content/loader.js",
        "content/utils/platformDetection.js",
        "content/utils/formatting.js",
        "content/exporters/claude.js",
        "content/exporter.js"
      ]
    }
  ]
}

Best AI Exporter Alternatives

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