AI Chat Exporter Firefox

Examine source code of AI Chat Exporter

By: Hamza
Inspect and view changes in AI Chat Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Chat Exporter",
  "version": "1.3.0",
  "description": "Export Claude.ai, ChatGPT, and Gemini conversations to PDF",
  "browser_specific_settings": {
    "gecko": {
      "id": "claude-chat-exporter@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "downloads",
    "storage"
  ],
  "background": {
    "scripts": [
      "src/background/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "48": "assets/icons/icon-48.png",
      "96": "assets/icons/icon-96.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://claude.ai/*"
      ],
      "js": [
        "src/content/claude-extractor.js"
      ]
    },
    {
      "matches": [
        "*://chat.openai.com/*",
        "*://chatgpt.com/*"
      ],
      "js": [
        "src/content/chatgpt-extractor.js"
      ]
    },
    {
      "matches": [
        "*://gemini.google.com/*"
      ],
      "js": [
        "src/content/gemini-extractor.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "lib/jspdf.umd.min.js",
    "lib/emoji-font.js",
    "lib/tex-svg.js"
  ],
  "icons": {
    "48": "assets/icons/icon-48.png",
    "96": "assets/icons/icon-96.png"
  }
}

Best AI Chat Exporter Alternatives

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