Download with Ant Download Manager

Download with Ant Download Manager

Download files with Ant Download Manager (AntDM)

Additional files are visible only to premium users

manifest.json


{
  "name": "Download with Ant Download Manager",
  "short_name": "DLHelper",
  "version": "0.4.31",
  "description": "Download files with Ant Download Manager (AntDM)",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "31.0",
  "default_locale": "en",
  "offline_enabled": false,
  "background": {
    "persistent": true,
    "scripts": [
      "background_CH4.js",
      "popup/jquery-3.2.1.min.js"
    ]
  },
  "icons": {
    "16": "icons/app16.png",
    "128": "icons/app128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/app19_disabled_x.png",
      "38": "icons/app38_disabled_x.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": ""
  },
  "permissions": [
    "<all_urls>",
    "cookies",
    "contextMenus",
    "downloads",
    "tabs",
    "activeTab",
    "webNavigation",
    "nativeMessaging",
    "webRequest",
    "webRequestBlocking",
    "management",
    "storage"
  ]
}