Save Image in Preferred Format Firefox

Examine source code of Save Image in Preferred Format

Inspect and view changes in Save Image in Preferred Format source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save Image in Preferred Format",
  "version": "1.0",
  "description": "Download any image in JPG, PNG, SVG, or WebP format directly from the browser.",
  "permissions": [
    "downloads",
    "activeTab",
    "contextMenus",
    "tabs",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e158022a-4346-4efd-b505-08f3e80d2dbf}"
    }
  }
}

Best Save Image in Preferred Format Alternatives

Here are some Firefox add-ons that are similar to Save Image in Preferred Format: