NAS Download Manager (for Synology) Firefox

Examine source code of NAS Download Manager (for Synology)

Inspect and view changes in NAS Download Manager (for Synology) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NAS Download Manager (for Synology)",
  "version": "0.12.2",
  "description": "__MSG_Add_and_manage_Download_Station_tasks_on_your_Synology_DiskStation__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "dist/background/index.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "dist/content/index.js"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_title": "NAS Download Manager",
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png",
      "256": "icons/icon-256.png"
    }
  },
  "options_ui": {
    "page": "html/settings.html"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b17c0686-033c-4d03-b526-b16c99998c98}"
    }
  }
}

Best NAS Download Manager (for Synology) Alternatives

Here are some Firefox add-ons that are similar to NAS Download Manager (for Synology):