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"
    }
  }
}

최고의 DeepSeek Chat Export 대안

다음은 DeepSeek Chat Export과(와) 유사한 Firefox add-on입니다: