AI Chat Broadcaster Firefox

Examine source code of AI Chat Broadcaster

Inspect and view changes in AI Chat Broadcaster source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Chat Broadcaster",
  "version": "0.0.2",
  "description": "Sends text simultaneously to multiple AI chats",
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png",
      "384": "icons/icon384.png"
    },
    "default_title": "AI Chat Broadcaster",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://grok.com/*",
        "https://chat.deepseek.com/*",
        "https://chat.mistral.ai/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "welcome-en.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{39f9d0e1-61e6-4722-9b3b-381c2f3ae247}"
    }
  }
}

Best AI Chat Broadcaster Alternatives

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