SaveUnder Firefox

Examine source code of SaveUnder

Inspect and view changes in SaveUnder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SaveUnder",
  "version": "1.0",
  "description": "Speichere Grafiken unter dem Mauszeiger, auch wenn sie überlagert sind.",
  "permissions": [
    "contextMenus",
    "scripting",
    "downloads",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "saveunderV3@youknowwhodoesyouknowwhat"
    }
  }
}

Best SaveUnder Alternatives

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