CtrlClickSave Firefox

Examine source code of CtrlClickSave

Inspect and view changes in CtrlClickSave source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CtrlClickSave",
  "version": "1.1resigned1",
  "author": "Quaraxkad",
  "description": "Control+LeftClick any image to open Save As dialog.",
  "permissions": [
    "downloads"
  ],
  "applications": {
    "gecko": {
      "id": "ctrlclicksave@quaraxkad"
    }
  },
  "icons": {
    "48": "ctrlclicksave-48.png",
    "96": "ctrlclicksave-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best CtrlClickSave Alternatives

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