DeepSeek Chat Export Firefox

Examine source code of DeepSeek Chat Export

Inspect and view changes in DeepSeek Chat Export source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DeepSeek Chat Export",
  "version": "1.1",
  "description": "Export your DeepSeek chat histories as HTML files which you can save locally and share with others",
  "icons": {
    "48": "assets/icon-48.png",
    "96": "assets/icon-96.png"
  },
  "permissions": [
    "downloads",
    "*://chat.deepseek.com/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.deepseek.com/*"
      ],
      "js": [
        "content/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tirthankar.saha@virtunetsystems.com",
      "strict_min_version": "91.0"
    }
  }
}

Best DeepSeek Chat Export Alternatives

Here are some Firefox add-ons that are similar to DeepSeek Chat Export: