Ask Every AI Firefox

Examine source code of Ask Every AI

Inspect and view changes in Ask Every AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Ask Every AI",
  "version": "1.0.0",
  "description": "Chat with multiple AI assistants side by side in one tab",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://gemini.google.com/*",
    "https://claude.ai/*",
    "https://grok.com/*",
    "https://*.perplexity.ai/*",
    "https://chat.deepseek.com/*",
    "https://copilot.microsoft.com/*",
    "https://chat.qwen.ai/*",
    "https://chat.mistral.ai/*",
    "https://huggingface.co/*",
    "https://chat.two.ai/*",
    "https://aistudio.google.com/*",
    "https://manus.im/*",
    "https://chat.minimax.io/*",
    "https://yupp.ai/*",
    "https://www.google.com/*"
  ],
  "background": {
    "scripts": [
      "scripts/browser-polyfill.min.js",
      "scripts/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ask-every-ai@firefox.addon",
      "strict_min_version": "113.0"
    }
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Ask Every AI"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "headers_ruleset",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://claude.ai/*",
        "https://grok.com/*",
        "https://*.perplexity.ai/*",
        "https://chat.deepseek.com/*",
        "https://copilot.microsoft.com/*",
        "https://chat.qwen.ai/*",
        "https://chat.mistral.ai/*",
        "https://huggingface.co/*",
        "https://chat.two.ai/*",
        "https://aistudio.google.com/*",
        "https://manus.im/*",
        "https://chat.minimax.io/*",
        "https://yupp.ai/*",
        "https://www.google.com/*"
      ],
      "js": [
        "scripts/browser-polyfill.min.js",
        "scripts/contentScript.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "main.html",
        "aboutModal.html",
        "welcomeModal.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Ask Every AI Alternatives

Here are some Firefox add-ons that are similar to Ask Every AI: