AI Web Chat Helper Firefox

Examine source code of AI Web Chat Helper

Inspect and view changes in AI Web Chat Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Web Chat Helper",
  "version": "1.25.2",
  "description": "Creates a floating outline and Auto Send queue panel for long AI chats on desktop and Firefox Android.",
  "icons": {
    "96": "icon.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "AI Web Chat Helper Settings",
    "default_icon": {
      "96": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://gemini.google.com/*",
        "*://chatgpt.com/*",
        "*://claude.ai/*",
        "*://www.perplexity.ai/*",
        "*://chat.openai.com/*",
        "*://perplexity.ai/*"
      ],
      "js": [
        "navigator.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-web-chat-helper@byuserforuser.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {}
  }
}

Best AI Web Chat Helper Alternatives

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