WSDMoodle Modifier Firefox

Examine source code of WSDMoodle Modifier

Inspect and view changes in WSDMoodle Modifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.1.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "wsdmoodle-modifier@hachiman-oct"
    }
  },
  "author": "Hachiman Oct",
  "homepage_url": "https://github.com/hachiman-oct",
  "description": "__MSG_extDescription__",
  "icons": {
    "48": "imgs/icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.waseda.jp/*"
      ],
      "js": [
        "dist/content.bundle.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "48": "imgs/icon.svg"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "imgs/header.svg"
      ],
      "matches": [
        "https://wsdmoodle.waseda.jp/*"
      ]
    }
  ],
  "default_locale": "en"
}

Best WSDMoodle Modifier Alternatives

Here are some Firefox add-ons that are similar to WSDMoodle Modifier: