KurssiKone - Sisu Addon for Aalto Students Firefox

Examine source code of KurssiKone - Sisu Addon for Aalto Students

By: Otju
Inspect and view changes in KurssiKone - Sisu Addon for Aalto Students source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Kurssikompassi",
  "description": "Adds extra features directly to Sisu, allowing you to read other students' reviews & information on courses and write your own! It also allows you to use a custom timeline editor.",
  "version": "2.0.0",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "https://sisu-course-reviewer-api.otju.dev/*",
    "https://sisu.aalto.fi/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://sisu.aalto.fi/*"
      ],
      "js": [
        "/static/js/main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8e5de4e6-d470-4f89-b4d4-1d9b129028af}"
    }
  }
}

Best KurssiKone - Sisu Addon for Aalto Students Alternatives

Here are some Firefox add-ons that are similar to KurssiKone - Sisu Addon for Aalto Students: