DeepSeek Text Attach Firefox

Examine source code of DeepSeek Text Attach

Inspect and view changes in DeepSeek Text Attach source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DeepSeek Text Attach",
  "version": "1.1",
  "description": "Adds a button to insert text from a local file into a prompt on Deepseek. Which greatly speeds up file uploads instead of the usual server uploads.",
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "icons": {
    "48": "Logo.png"
  },
  "host_permissions": [
    "https://chat.deepseek.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "deepseek_text_attach@huker667",
      "strict_min_version": "108.0"
    }
  }
}

Best DeepSeek Text Attach Alternatives

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