AI Chat Assistant Firefox

Examine source code of AI Chat Assistant

By: songyi
Inspect and view changes in AI Chat Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Chat Assistant",
  "version": "1.5",
  "description": "An AI-powered chat assistant for web browsing",
  "author": "452350370@qq.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-chat-assistant@example.com",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "AI Chat"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "chatHistory.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "lib/marked.esm.js",
        "lib/highlight.min.js",
        "lib/github.min.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}

Best AI Chat Assistant Alternatives

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