Quiz AI Solver Firefox

Examine source code of Quiz AI Solver

Inspect and view changes in Quiz AI Solver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ABES Quiz AI Solver",
  "version": "1.0",
  "description": "Solves ABES college quiz using AI and auto-selects answers",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://abesquiz.netlify.app/*"
      ],
      "js": [
        "ai.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{95cf52a5-0f06-47ec-8760-0bd99df699b6}"
    }
  }
}

Best Quiz AI Solver Alternatives

Here are some Firefox add-ons that are similar to Quiz AI Solver: