Quiz Answer Assistant Firefox

Examine source code of Quiz Answer Assistant

Inspect and view changes in Quiz Answer Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quiz Answer Assistant",
  "version": "2.2.1",
  "description": "Get quick answers for MCQ questions without tab switching",
  "permissions": [
    "storage",
    "https://api.deepseek.com/*",
    "https://extension-kiek.onrender.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quiz-assistant@extension-kiek.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Quiz Answer Assistant Alternatives

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