DeepSeekAllSupports Firefox

Examine source code of DeepSeekAllSupports

By: 花生
Inspect and view changes in DeepSeekAllSupports source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "DeepSeekAllSupports",
  "version": "1.0.2",
  "description": "suport all servers in deepseek",
  "manifest_version": 3,
  "minimum_chrome_version": "96",
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "contextMenus",
    "commands"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' http://localhost; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icons/*",
        "images/*",
        "fonts/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/vendor.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/all.css"
      ],
      "js": [
        "js/all.js",
        "js/all.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "open-chat": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y",
        "windows": "Ctrl+Shift+Y"
      },
      "description": "打开 AI 聊天窗口."
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "wjszxli@gmail.com",
      "strict_min_version": "58.0"
    },
    "safari": {
      "strict_min_version": "14",
      "strict_max_version": "20"
    }
  }
}

Best DeepSeekAllSupports Alternatives

Here are some Firefox add-ons that are similar to DeepSeekAllSupports: