MyEpiPlus Firefox

Examine source code of MyEpiPlus

By: Ilan LP
Inspect and view changes in MyEpiPlus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MyEpiPlus",
  "version": "1.3",
  "description": "Lightweight extension that injects scripts to enhance page interfaces on 'my.epitech.eu'. More features coming soon !",
  "homepage_url": "https://github.com/Ilan-LP/MyEpiPlus",
  "host_permissions": [
    "https://my.epitech.eu/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://my.epitech.eu/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/grades.js"
      ],
      "matches": [
        "https://my.epitech.eu/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "myepiplus@firefox-extension",
      "strict_min_version": "109.0"
    }
  }
}

Best MyEpiPlus Alternatives

Here are some Firefox add-ons that are similar to MyEpiPlus: