AI Chatbot Sidebar Firefox

Examine source code of AI Chatbot Sidebar

Inspect and view changes in AI Chatbot Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Chatbot Sidebar",
  "version": "1.0.0",
  "description": "Access AI chatbots from your browser sidebar with text selection prompts and page summarization.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://claude.ai/*",
    "*://chatgpt.com/*",
    "*://gemini.google.com/*",
    "*://chat.mistral.ai/*",
    "*://copilot.microsoft.com/*"
  ],
  "sidebar_action": {
    "default_title": "AI Chatbot",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    },
    "default_title": "Toggle AI Chatbot Sidebar"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-chatbot-sidebar@extension",
      "strict_min_version": "63.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AI Chatbot Sidebar Alternatives

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