By: Kevin C
Inspect and view changes in DeepSeek Chat Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "DeepSeek Chat Sidebar",
"version": "1.0.0",
"description": "A Firefox addon that integrates DeepSeek chat into a convenient sidebar with advanced context features",
"permissions": [
"activeTab",
"scripting",
"tabs",
"clipboardRead",
"clipboardWrite",
"storage"
],
"host_permissions": [
"https://chat.deepseek.com/*",
"<all_urls>"
],
"background": {
"scripts": [
"background-fallback.js",
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "deepseek-sidebar@addon.mozilla.org",
"data_collection_permissions": {
"required": [
"searchTerms"
]
}
}
},
"sidebar_action": {
"default_panel": "sidebar.html",
"default_icon": {
"16": "icons/icon-16.svg",
"32": "icons/icon-32.svg",
"64": "icons/icon-64.svg"
},
"default_title": "DeepSeek Chat"
},
"action": {
"default_icon": {
"16": "icons/icon-16.svg",
"32": "icons/icon-32.svg",
"64": "icons/icon-64.svg"
},
"default_title": "Toggle DeepSeek Sidebar"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"icons": {
"16": "icons/icon-16.svg",
"32": "icons/icon-32.svg",
"64": "icons/icon-64.svg",
"128": "icons/icon-128.svg"
},
"web_accessible_resources": [
{
"resources": [
"sidebar.html",
"sidebar.css",
"sidebar.js"
],
"matches": [
"*://*/*"
]
}
]
} Best DeepSeek Chat Sidebar Alternatives
Here are some Firefox add-ons that are similar to DeepSeek Chat Sidebar: