Save Image to Downloads

Save Image to Downloads

Save images to the Download folder without the nagging 'Save As' dialog.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "2.0.4",
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "author": "Christoph Diehl",
  "homepage_url": "https://github.com/posidron",
  "background": {
    "service_worker": "save.js",
    "type": "module"
  },
  "permissions": [
    "downloads",
    "contextMenus"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}