Simple download notifier Firefox

Examine source code of Simple download notifier

Inspect and view changes in Simple download notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple download notifier",
  "version": "0.2.1",
  "description": "Notification of download status change.",
  "author": "makitaaaaa",
  "applications": {
    "gecko": {
      "id": "sdn@makitaaaaa"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false,
    "open_in_tab": false
  },
  "permissions": [
    "downloads",
    "notifications",
    "storage"
  ]
}

Best Simple download notifier Alternatives

Here are some Firefox add-ons that are similar to Simple download notifier: