MFD - Media File Detector Firefox

Examine source code of MFD - Media File Detector

By: Nola Add-on
Inspect and view changes in MFD - Media File Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MFD - Media File Detector",
  "version": "1.1",
  "description": "Detect and download media files (audio/video) on the current page.",
  "icons": {
    "64": "logo/64logo.png",
    "128": "logo/128logo.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "downloads"
  ],
  "browser_action": {
    "default_title": "MFD - Media File Detector",
    "default_popup": "popup.html",
    "default_icon": "logo/128logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "detector.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5a922c8a-c82f-42f2-851b-c2740e8c81bf}",
      "strict_min_version": "95.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best MFD - Media File Detector Alternatives

Here are some Firefox add-ons that are similar to MFD - Media File Detector: