AI Answers-provide answer Firefox

Examine source code of AI Answers-provide answer

Inspect and view changes in AI Answers-provide answer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Answers",
  "version": "2.5",
  "description": "AI-powered answer finder for quizzes and tests.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "*://openrouter.ai/*",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png"
    }
  },
  "icons": {
    "48": "icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "aianswers@firefox",
      "strict_min_version": "78.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "authenticationInfo"
        ],
        "optional": []
      }
    }
  },
  "commands": {
    "analyze-page": {
      "suggested_key": {
        "default": "Alt+Shift+Q"
      },
      "description": "AI Answers – Find answer on this page"
    },
    "clear-all": {
      "suggested_key": {
        "default": "Alt+Shift+X"
      },
      "description": "AI Answers – Clear all highlights and data"
    }
  }
}

Best AI Answers-provide answer Alternatives

Here are some Firefox add-ons that are similar to AI Answers-provide answer: