ChatExporter Pro Firefox

Examine source code of ChatExporter Pro

Inspect and view changes in ChatExporter Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatExporter Pro",
  "version": "1.0.1",
  "description": "Export AI chats as HTML from ChatGPT, Gemini, DeepSeek. Includes UI tools and keyboard shortcuts.",
  "browser_specific_settings": {
    "gecko": {
      "id": "chatexporterpro@vrhythm.net"
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.deepseek.com/*",
    "https://gemini.google.com/*",
    "https://claude.ai/*",
    "https://www.kimi.com/*",
    "https://chat.qwen.ai/*",
    "https://you.com/*",
    "https://x.com/i/grok*",
    "https://grok.com/*",
    "https://www.perplexity.ai/*",
    "https://www.meta.ai/*",
    "https://copilot.microsoft.com/*",
    "https://www.blackbox.ai/*",
    "https://bagoodex.io/*",
    "https://www.phind.com/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon_16.png",
      "32": "icons/icon_32.png",
      "48": "icons/icon_48.png",
      "128": "icons/icon_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_chatgpt.js"
      ]
    },
    {
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_deepseek.js"
      ]
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_gemini.js"
      ]
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_claude.js"
      ]
    },
    {
      "matches": [
        "https://www.kimi.com/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_kimi.js"
      ]
    },
    {
      "matches": [
        "https://chat.qwen.ai/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_qwen.js"
      ]
    },
    {
      "matches": [
        "https://you.com/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_you.js"
      ]
    },
    {
      "matches": [
        "https://x.com/i/grok?*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_xgrok.js"
      ]
    },
    {
      "matches": [
        "https://grok.com/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_grok.js"
      ]
    },
    {
      "matches": [
        "https://www.perplexity.ai/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_perplexity.js"
      ]
    },
    {
      "matches": [
        "https://www.meta.ai/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_meta.js"
      ]
    },
    {
      "matches": [
        "https://copilot.microsoft.com/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_mscopilot.js"
      ]
    },
    {
      "matches": [
        "https://www.blackbox.ai/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_blackbox.js"
      ]
    },
    {
      "matches": [
        "https://bagoodex.io/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_bagoodex.js"
      ]
    },
    {
      "matches": [
        "https://www.phind.com/*"
      ],
      "js": [
        "content_scripts/gws_lib.js",
        "content_scripts/gws_phind.js"
      ]
    }
  ],
  "icons": {
    "128": "icons/icon_128.png"
  }
}

Best ChatExporter Pro Alternatives

Here are some Firefox add-ons that are similar to ChatExporter Pro: