Easy AI Assistant Firefox

Examine source code of Easy AI Assistant

Inspect and view changes in Easy AI Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Assistant",
  "version": "1.0",
  "description": "Chat with AI",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "contextMenus"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-assistant@assistant.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Easy AI Assistant Alternatives

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