AI Conversation Exporter Firefox

Examine source code of AI Conversation Exporter

By: Chad Add-on
Inspect and view changes in AI Conversation Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Conversation Exporter",
  "version": "1.0.0",
  "description": "Save AI chat conversations as clean Markdown files for local storage or documentation.",
  "permissions": [
    "activeTab",
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*"
  ],
  "browser_action": {
    "default_title": "AI Chat Markdown Export",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-conversation-exporter@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  }
}

Best AI Conversation Exporter Alternatives

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