Ultimate AI assistant!
Access all AIs anywhere and boost your productivity: DeepSeek, ChatGPT, Claude, Gemini, Copilot, Grok, Llama, Qwen, Mistral AI, Perplexity, Poe, Narrow AIs and much MORE!
💖 No user information is collected by the developer
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": "AI Toolbox",
"version": "2.3.0",
"icons": {
"512": "icons/icon.png"
},
"browser_action": {
"default_icon": "icons/icon.png",
"default_popup": "main.html"
},
"sidebar_action": {
"default_title": "AI Toolbox",
"default_panel": "main.html",
"default_icon": "icons/icon.png",
"browser_style": false
},
"browser_specific_settings": {
"gecko": {
"id": "{60ee21ca-9e4b-412e-8505-aeac6a45db61}"
}
}
}