Download with Download Accelerator Plus

Download with Download Accelerator Plus

when activated, interrupts the built-in download manager to direct links to DAP

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.2.1",
  "name": "Download with Download Accelerator Plus (DAP)",
  "description": "__MSG_description__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "nativeMessaging",
    "notifications",
    "downloads",
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "/v2/chrome.action.js",
      "/v2/chrome.contextMenus.create.js",
      "/v2/chrome.permissions.request.js",
      "/v2/chrome.runtime.js",
      "/v2/chrome.scripting.js",
      "dap.js"
    ]
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "homepage_url": "https://webextension.org/listing/download-with.html?from=dap",
  "options_ui": {
    "page": "data/options/index.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "data/grab/index.html"
  ],
  "commands": {
    "_execute_browser_action": {}
  },
  "optional_permissions": [
    "*://*/*"
  ],
  "browser_action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "{cfd8df21-e05f-46e9-8ea1-af5e5177d492}"
    }
  }
}