AI Answer Finder Firefox

Examine source code of AI Answer Finder

Inspect and view changes in AI Answer Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Answer Finder",
  "version": "3.0.1",
  "description": "Highlight any question on the web and get an instant AI-powered answer. Multiple modes, streaming, conversation history.",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-answer-finder@abhishek.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "websiteContent"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/answerFormatter.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "AI Answer History",
    "default_icon": "icons/icon16.png"
  },
  "commands": {
    "trigger-ai": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "Command+Shift+A"
      },
      "description": "Ask AI about selected text"
    }
  }
}

Best AI Answer Finder Alternatives

Here are some Firefox add-ons that are similar to AI Answer Finder: