Download with FlashGet

Download with FlashGet

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Download with FlashGet™",
  "description": "Optionally send your downloading jobs to the well-known FlashGet™ download manager",
  "version": "0.2.1",
  "permissions": [
    "storage",
    "nativeMessaging",
    "notifications",
    "downloads",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "/v2/chrome.contextMenus.create.js",
      "/v2/chrome.runtime.js",
      "/v2/chrome.action.js",
      "/v2/chrome.permissions.request.js",
      "/v2/chrome.scripting.js",
      "/v2/chrome.tabs.query.js",
      "config.js",
      "termlib_parser.js",
      "context.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"
  },
  "homepage_url": "https://webextension.org/listing/download-with.html?from=flashget",
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/index.html"
  },
  "web_accessible_resources": [
    "data/grab/index.html"
  ],
  "commands": {
    "_execute_browser_action": {}
  },
  "optional_permissions": [
    "*://*/*"
  ],
  "browser_action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "{48f5395d-5c00-41cd-9a5e-fd2f8d9b74c2}"
    }
  }
}