Download Manager Pro

Download Manager Pro

A useful download manager extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background/background.html"
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_popup": "index.html",
    "default_title": "__MSG_download_extension_name__"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com/ https://www.google-analytics.com/ 'unsafe-eval' ; object-src 'self'",
  "default_locale": "zh_CN",
  "description": "__MSG_extension_description__",
  "homepage_url": "https://www.infinitynewtab.com/",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128px.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt80VMDyC35udWs8ZHw56krxl6Qc42rfpsfh3sNMb3B0sg7y1lPi5kntL94FLY+/QSRqX0sgkqgDMCcCdfd/9SAOni26Znf0mMmUTEAq8p0aj3lCsUmzgZFd2JIOmtfOZzuDfOf7oEbmG+LIyfBaBAUDlERN7LZrGoRYE7BEHEqpCnyYIaD7hUwBAfu73wkQtxOJmOn9LCiUJqHXaG+rMnoPO0I/brxGe4GeH1nkF0Ft+/xOSWtEhuGzoXUKDhQv4OYZVO5OyO0rXT65sY6uLLLvMJ3VLZN/XnMHlta55naR4txHy/NzIiHHvfhbAonTv5xHz10sX7lbMYC6rtbnwOwIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "36",
  "name": "__MSG_download_extension_name__",
  "offline_enabled": true,
  "permissions": [
    "notifications",
    "background",
    "downloads",
    "downloads.shelf",
    "downloads.open"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "21.5.20.1107"
}