AI Chatbot Firefox

Examine source code of AI Chatbot

Inspect and view changes in AI Chatbot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Chatbot Extension",
  "version": "1.0",
  "description": "An extension that integrates AI to answer questions.",
  "permissions": [
    "activeTab",
    "storage",
    "https://api.openai.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{30df3234-2cac-420c-a5e5-702067368ef8}"
    }
  }
}

Best AI Chatbot Alternatives

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