Remove Force Download from IPVC Moodle Firefox

Examine source code of Remove Force Download from IPVC Moodle

Inspect and view changes in Remove Force Download from IPVC Moodle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Remove Force Download from IPVC Moodle",
  "version": "1.0",
  "description": "Makes it so links that have the \"?forcedownload\" attribute in IPVC's Moodle open in the browser instead of being downloaded.",
  "browser_specific_settings": {
    "gecko": {
      "id": "remove-force-download-moodle@ipvc.pt",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://elearning.ipvc.pt/*"
      ],
      "js": [
        "remove_force_download.js"
      ]
    }
  ]
}

Best Remove Force Download from IPVC Moodle Alternatives

Here are some Firefox add-ons that are similar to Remove Force Download from IPVC Moodle: