AI Chrome Assistant Firefox

Examine source code of AI Chrome Assistant

Inspect and view changes in AI Chrome Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Chrome Assistant",
  "version": "1.0",
  "description": "Minimal AI assistant for capturing text, enabling interactions, and querying AI models.",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_title": "AI Chrome Assistant",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-assistant@aryavansh.com",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AI Chrome Assistant Alternatives

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