al.bot Firefox

Examine source code of al.bot

By: al.bot Add-on
Inspect and view changes in al.bot source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "al.bot",
  "version": "0.2.45",
  "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/*",
    "https://chat.z.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/*",
        "https://chat.z.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://chat.z.ai/*"
      ],
      "js": [
        "providers/z.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/*",
        "https://chat.z.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: