al.bot Firefox

Examine source code of al.bot

By: al.bot
Inspect and view changes in al.bot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "al.bot",
  "version": "0.2.41",
  "description": "Asks your questions to multiple AI chatbots and summarises the answers so you can easily spot mistakes.",
  "icons": {
    "16": "albot/icon16.png",
    "32": "albot/icon32.png",
    "48": "albot/icon48.png",
    "128": "albot/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "omnibox": {
    "keyword": "al"
  },
  "action": {},
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "unlimitedStorage",
    "webNavigation"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rules",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "host_permissions": [
    "https://al.bot/*",
    "https://chatgpt.com/*",
    "https://claude.ai/*",
    "https://copilot.microsoft.com/*",
    "wss://copilot.microsoft.com/*",
    "https://chat.deepseek.com/*",
    "https://gemini.google.com/*",
    "https://*.grok.com/*",
    "https://www.meta.ai/*",
    "https://chat.mistral.ai/*",
    "https://www.perplexity.ai/*",
    "https://chat.qwen.ai/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.deepseek.com/*",
        "https://*.grok.com/*",
        "https://www.meta.ai/*",
        "https://chat.mistral.ai/*",
        "https://chat.qwen.ai/*"
      ],
      "run_at": "document_start",
      "js": [
        "autofocus/content.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "providers/chatgpt.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "providers/deepseek.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://*.grok.com/*"
      ],
      "js": [
        "providers/grok.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://www.meta.ai/*"
      ],
      "js": [
        "providers/meta.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://chat.mistral.ai/chat",
        "https://chat.mistral.ai/chat/*"
      ],
      "js": [
        "providers/mistral.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://chat.qwen.ai/*"
      ],
      "js": [
        "providers/qwen.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://al.bot/share/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://al.bot/",
        "https://al.bot/?q=*"
      ],
      "run_at": "document_start",
      "js": [
        "redirect.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "app.html"
      ],
      "matches": [
        "https://al.bot/*"
      ]
    },
    {
      "resources": [
        "autofocus/autofocus.js"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.deepseek.com/*",
        "https://*.grok.com/*",
        "https://www.meta.ai/*",
        "https://chat.mistral.ai/*",
        "https://chat.qwen.ai/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "al@al.bot"
    }
  }
}

Best al.bot Alternatives

Here are some Firefox add-ons that are similar to al.bot: