BTDS (Better DeepSeek) Firefox

Examine source code of BTDS (Better DeepSeek)

By: oronk
Inspect and view changes in BTDS (Better DeepSeek) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BTDS (BetterDeepSeek)",
  "description": "DeepSeek Prompt Enhancer. Supercharge your DeepSeek chats with instant prefix/suffix shortcuts",
  "version": "1.1",
  "icons": {
    "48": "icons/btds-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "btds@oronk.ch",
      "strict_min_version": "78.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "improve_input.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "BTDS",
    "default_popup": "popup/manage_options.html"
  }
}

Best BTDS (Better DeepSeek) Alternatives

Here are some Firefox add-ons that are similar to BTDS (Better DeepSeek):