AI Chat Exporter Pro Firefox

Examine source code of AI Chat Exporter Pro

Inspect and view changes in AI Chat Exporter Pro 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 Pro",
  "version": "0.6.1",
  "description": "Export chats from popular AI platforms to PDF, DOCX, HTML, Markdown, and JSON with images, formatting, and selective export.",
  "default_locale": "en",
  "browser_action": {
    "default_title": "AI Chat Exporter Pro",
    "default_popup": "action.html",
    "default_icon": {
      "16": "icon.png",
      "32": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "downloads",
    "clipboardWrite",
    "https://chatexport.workpent.com/*",
    "https://acep-api.workpent.com/*",
    "https://chatgpt.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://chat.deepseek.com/*",
    "https://deepseek-api-files.obs.cn-east-3.myhuaweicloud.com/*",
    "https://obs.cn-east-3.myhuaweicloud.com/*",
    "https://*.myhuaweicloud.com/*",
    "https://grok.com/*",
    "https://assets.grok.com/*",
    "https://lh3.googleusercontent.com/*",
    "https://*.googleusercontent.com/*",
    "https://lh3.google.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://chat.deepseek.com/*",
        "https://grok.com/*"
      ],
      "js": [
        "shared/acep_ns.js",
        "shared/acep_env.js",
        "shared/acep_core.js",
        "providers/shared/provider-detection.js",
        "providers/claude/contract.js",
        "providers/claude/artifacts.js",
        "providers/claude/scrape.js",
        "providers/gemini/contract.js",
        "providers/gemini/scrape.js",
        "providers/grok/contract.js",
        "providers/grok/artifacts.js",
        "providers/grok/scrape.js",
        "providers/chatgpt/contract.js",
        "providers/chatgpt/citations.js",
        "providers/chatgpt/scrape.js",
        "providers/deepseek/contract.js",
        "providers/deepseek/artifacts.js",
        "providers/deepseek/scrape.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "popup.html",
    "modal.html",
    "content/injected_capture.js",
    "libs/*",
    "_locales/*/messages.json",
    "icon.png",
    "icons/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "acep@chatexport.workpent.com",
      "strict_min_version": "78.0"
    }
  }
}

Best AI Chat Exporter Pro Alternatives

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