Quiz Wand Firefox

Examine source code of Quiz Wand

Inspect and view changes in Quiz Wand source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quiz Wand",
  "version": "1.0",
  "description": "Solves Google Form MCQs using Google Gemini API",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://docs.google.com/forms/*",
    "http://docs.google.com/forms/*"
  ],
  "icons": {
    "32": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/forms/*",
        "http://docs.google.com/forms/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon.png"
      ],
      "matches": [
        "https://docs.google.com/forms/*",
        "http://docs.google.com/forms/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{17db475e-c20c-4ccd-96d2-8962bd9adee0}"
    }
  }
}

Best Quiz Wand Alternatives

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