Download Master Firefox

Examine source code of Download Master

Inspect and view changes in Download Master source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "http://westbyte.com/dm/pluginff/",
  "version": "3.1.10resigned1",
  "default_locale": "ru",
  "icons": {
    "16": "ui/assets/icons/download-master-16.png",
    "48": "ui/assets/icons/download-master-48.png",
    "128": "ui/assets/icons/download-master-128.png"
  },
  "permissions": [
    "nativeMessaging",
    "notifications",
    "downloads",
    "downloads.shelf",
    "downloads.open",
    "cookies",
    "storage",
    "contextMenus",
    "tabs",
    "activeTab",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/content-script/autostart-media.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "src/config.js",
      "src/extension-controller.js",
      "src/background.js",
      "src/download-master-plugin.js",
      "src/context-menu.js",
      "src/updater.js",
      "src/downloads.js",
      "src/commands.js",
      "src/handle-video.js"
    ]
  },
  "options_ui": {
    "page": "ui/options.html",
    "open_in_tab": false,
    "chrome_style": true
  },
  "browser_action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "/ui/popup.html",
    "default_icon": {
      "19": "ui/assets/icons/browser-action/dm-19-enabled.png",
      "38": "ui/assets/icons/browser-action/dm-38-enabled.png"
    }
  },
  "commands": {
    "toggleStatePassToDownloadMaster": {
      "description": "Pass downloads to Download Master",
      "global": false,
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      }
    }
  },
  "applications": {
    "gecko": {
      "id": "dm@westbyte.com",
      "strict_min_version": "50.0"
    }
  },
  "manifest_version": 2
}

Best Download Master Alternatives

Here are some Firefox add-ons that are similar to Download Master: