NetAcad Genius Firefox

Examine source code of NetAcad Genius

By: tyier
Inspect and view changes in NetAcad Genius source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "NetAcad Genius",
  "description": "AI-powered assistant to help NetAcad Students understand course content and improve learning.",
  "version": "1.0.0",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d503b4d4-ce88-4e31-89e4-e0b6d2a8a8e1}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "host_permissions": [
    "https://netacad.com/*",
    "https://www.netacad.com/*",
    "https://api.openai.com/*",
    "https://api.deepseek.com/*",
    "https://generativelanguage.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.netacad.com/*",
        "https://*.netacad.net/*"
      ],
      "js": [
        "content/loader.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content/content.js",
        "content/domHelper.js",
        "content/ui-manager.js",
        "content/ai-toaster.js",
        "content/visual-extractor.js"
      ],
      "matches": [
        "https://*.netacad.com/*",
        "https://*.netacad.net/*"
      ]
    }
  ]
}

Best NetAcad Genius Alternatives

Here are some Firefox add-ons that are similar to NetAcad Genius: