DeepSeek Exporter Firefox

Examine source code of DeepSeek Exporter

Inspect and view changes in DeepSeek Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DeepSeek Exporter",
  "version": "1.4.1",
  "description": "Export conversations from DeepSeek AI",
  "browser_specific_settings": {
    "gecko": {
      "id": "deepseek-exporter@agoramachina",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://chat.deepseek.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "jszip.min.js",
        "utils.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": []
}

Best DeepSeek Exporter Alternatives

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