DeepSeek Toolbox Firefox

Examine source code of DeepSeek Toolbox

By: 0xinhua
Inspect and view changes in DeepSeek Toolbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DeepSeek Toolbox",
  "description": "Enhance your DeepSeek experience with one-click thought content copying and auto fold thoughts content.",
  "version": "0.2.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.deepseek.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "*://*.deepseek.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "permissions": [
    "clipboardWrite",
    "storage",
    "https://*.deepseek.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "DeepSeek Toolbox",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8968373d-680c-41cb-8252-ec3690c730cc}"
    }
  }
}

Best DeepSeek Toolbox Alternatives

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