Multi LLM Firefox

Examine source code of Multi LLM

Inspect and view changes in Multi LLM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Multi LLM Hub",
  "version": "1.0",
  "description": "Interact with multiple LLMs from one interface - ChatGPT, Claude, Gemini, and more",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "*://chat.openai.com/*",
    "*://chatgpt.com/*",
    "*://claude.ai/*",
    "*://gemini.google.com/*",
    "*://bard.google.com/*",
    "*://chat.deepseek.com/*",
    "*://*.deepseek.com/*",
    "*://poe.com/*",
    "*://chat.mistral.ai/*",
    "*://chat.cohere.com/*",
    "*://coral.cohere.com/*",
    "*://grok.com/*",
    "*://you.com/*",
    "*://*.you.com/*",
    "*://perplexity.ai/*",
    "*://*.perplexity.ai/*",
    "*://character.ai/*",
    "*://replicate.com/*"
  ],
  "icons": {
    "16": "logo/icon-16.png",
    "32": "logo/icon-32.png",
    "48": "logo/icon-48.png",
    "128": "logo/icon-128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "logo/icon-16.png",
      "32": "logo/icon-32.png",
      "48": "logo/icon-48.png",
      "128": "logo/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.openai.com/*",
        "*://chatgpt.com/*",
        "*://claude.ai/*",
        "*://gemini.google.com/*",
        "*://bard.google.com/*",
        "*://chat.deepseek.com/*",
        "*://*.deepseek.com/*",
        "*://poe.com/*",
        "*://chat.mistral.ai/*",
        "*://chat.cohere.com/*",
        "*://coral.cohere.com/*",
        "*://grok.com/*",
        "*://you.com/*",
        "*://*.you.com/*",
        "*://perplexity.ai/*",
        "*://*.perplexity.ai/*",
        "*://character.ai/*",
        "*://replicate.com/*"
      ],
      "js": [
        "llm-config.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "llm-config.js",
      "background-firefox.js"
    ],
    "persistent": false
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Shift+Alt+D",
        "mac": "Shift+Alt+D"
      },
      "description": "Open Multi LLM Hub"
    }
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jaidev7823@gmail.com"
    }
  }
}

Best Multi LLM Alternatives

Here are some Firefox add-ons that are similar to Multi LLM: