Drag2Download Firefox

Examine source code of Drag2Download

By: Kaisa
Inspect and view changes in Drag2Download source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Drag2Download",
  "version": "0.0.4",
  "description": "Effortlessly download images in Firefox by simply dragging them. This extension enhances productivity and convenience for users who frequently save images from the web.",
  "icons": {
    "64": "icons/icon.png"
  },
  "permissions": [
    "downloads",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*",
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@drag2download"
    }
  }
}

Best Drag2Download Alternatives

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