(Unofficial) Running ChatGPT, Claude, Llama or Mixtral anonymously on a browser sidebar.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "DuckDuckGo AI Chat Sidebar",
"version": "1.0",
"description": "Running ChatGPT, Claude, Llama or Mixtral anonymously on a browser sidebar.",
"sidebar_action": {
"default_title": "DuckDuckGo AI Chat",
"default_icon": {
"16": "src/icons/icon.svg",
"32": "src/icons/icon.svg",
"48": "src/icons/icon.svg",
"128": "src/icons/icon.svg"
},
"default_panel": "src/sidebar.html"
},
"icons": {
"16": "src/icons/icon.svg",
"32": "src/icons/icon.svg",
"48": "src/icons/icon.svg",
"128": "src/icons/icon.svg"
},
"browser_specific_settings": {
"gecko": {
"id": "{ddf262fb-721f-419f-85c2-4758156cbeb2}"
}
}
}