Image Click Downloader Firefox

Examine source code of Image Click Downloader

Inspect and view changes in Image Click Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Click Downloader",
  "version": "1.3",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "applications": {
    "gecko": {
      "id": "addon_image_click_downloader@forest-soft.net"
    }
  },
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options_ui/options.html"
  },
  "permissions": [
    "downloads",
    "notifications",
    "storage",
    "<all_urls>"
  ],
  "optional_permissions": []
}

Best Image Click Downloader Alternatives

Here are some Firefox add-ons that are similar to Image Click Downloader: