DTU Course Analyzer 2023 Firefox

Examine source code of DTU Course Analyzer 2023

By: Mathias Add-on
Inspect and view changes in DTU Course Analyzer 2023 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "s204696@DTU.dk",
      "strict_min_version": "52.0"
    }
  },
  "name": "DTU Course Analyzer",
  "description": "Analyzes and scores courses on kurser.dtu.dk/xxxxx",
  "version": "1.3.5.1",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://kurser.dtu.dk/course/*",
        "https://kurser.dtu.dk/course/*"
      ],
      "css": [
        "css/jquery.dataTables.css"
      ],
      "js": [
        "js/jquery.js",
        "contentscript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "db/data.js",
    "contentscript.js"
  ],
  "background": {
    "scripts": [
      "js/jquery.js",
      "/db/data.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon128.png"
  }
}

Best DTU Course Analyzer 2023 Alternatives

Here are some Firefox add-ons that are similar to DTU Course Analyzer 2023: