Ask DeepSeek Firefox

Examine source code of Ask DeepSeek

Inspect and view changes in Ask DeepSeek source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ask Deepseek",
  "version": "8.0",
  "description": "Adds context menu options to send selected text to DeepSeek with various prompts",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "storage",
    "https://chat.deepseek.com/*",
    "https://buymeacoffee.com/*"
  ],
  "sidebar_action": {
    "default_icon": "icon16.png",
    "default_title": "DeepSeek AI Helper",
    "default_panel": "sidebar.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "*://chat.deepseek.com/*"
      ],
      "js": [
        "deepseek_content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "custom_prompt.html"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a077c1ce-e1c2-4116-abad-30ee999ea288}"
    }
  }
}

Best Ask DeepSeek Alternatives

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