DeepSeek v3 Firefox

Examine source code of DeepSeek v3

Inspect and view changes in DeepSeek v3 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_shortDesc__",
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "commands",
    "contextMenus",
    "storage",
    "<all_urls>"
  ],
  "version": "1.2",
  "sidebar_action": {
    "default_panel": "sidepanel.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "browser-polyfill.js",
        "injectDeepSeek.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "welcome.html",
    "libs/jquery-3.6.0.min.js",
    "libs/anime.min.js",
    "libs/feather.min.js",
    "styles/welcome.css",
    "scripts/welcome.js"
  ],
  "browser_action": {},
  "commands": {
    "_execute_browser_action": {
      "description": "Shortcut for execute extension",
      "suggested_key": {
        "default": "Alt+Q",
        "mac": "Command+Q"
      }
    }
  },
  "applications": {
    "gecko": {
      "id": "deepseek-extension@trinhnv.dev",
      "strict_min_version": "58.0"
    }
  },
  "default_locale": "en"
}

Best DeepSeek v3 Alternatives

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