Download with JDownloader

Download with JDownloader

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Download with JDownloader",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "0.3.2",
  "homepage_url": "https://webextension.org/listing/download-with.html?from=jdownloader",
  "permissions": [
    "storage",
    "nativeMessaging",
    "notifications",
    "downloads",
    "contextMenus",
    "activeTab"
  ],
  "optional_permissions": [
    "cookies",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "/v2/chrome.action.js",
      "/v2/chrome.contextMenus.create.js",
      "/v2/chrome.permissions.request.js",
      "/v2/chrome.runtime.js",
      "/v2/chrome.scripting.js",
      "/v2/chrome.tabs.query.js",
      "termlib/termlib_parser.js",
      "worker.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",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "options_ui": {
    "page": "data/options/index.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "data/grab/index.html"
  ],
  "commands": {
    "_execute_browser_action": {}
  },
  "browser_action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "{03e07985-30b0-4ae0-8b3e-0c7519b9bdf6}"
    }
  }
}