Chrono Download Manager

Chrono Download Manager

Download Manager | Video Downloader | Bulk Image Downloader

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "Chrono",
  "version": "0.11.4",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icons/logo/16.png",
    "19": "icons/logo/19.png",
    "24": "icons/logo/24.png",
    "32": "icons/logo/32.png",
    "38": "icons/logo/38.png",
    "48": "icons/logo/48.png",
    "128": "icons/logo/128.png"
  },
  "default_locale": "en",
  "minimum_chrome_version": "31",
  "offline_enabled": true,
  "homepage_url": "https://chrome.google.com/webstore/detail/chrono-download-manager/mciiogijehkdemklbdcbfkefimifhecn",
  "externally_connectable": {
    "ids": [
      "nimngehdfcodchaoncbkijfocmfnpebg",
      "oflpkffadgbfbnjdckenekjbflgofalp"
    ]
  },
  "permissions": [
    "alarms",
    "clipboardRead",
    "clipboardWrite",
    "downloads",
    "downloads.open",
    "downloads.shelf",
    "notifications",
    "tabs",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "background": {
    "page": "bg/bg.htm"
  },
  "browser_action": {
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icons/logo/16.png",
      "19": "icons/logo/19.png",
      "24": "icons/logo/24.png",
      "32": "icons/logo/32.png",
      "38": "icons/logo/38.png",
      "48": "icons/logo/48.png",
      "128": "icons/logo/128.png"
    },
    "default_popup": "pop/pop.htm"
  },
  "options_ui": {
    "page": "ui/options.htm",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "js": [
        "cs/main.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "js": [
        "cs/sniffer.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "icons/newd.png",
    "icons/newd_pause.png",
    "com/taskdlg.htm"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://www.googletagmanager.com https://www.google-analytics.com/; object-src 'self'; frame-src data: file: http://www.chronodownloader.net http://www.facebook.com https://www.facebook.com http://platform.twitter.com https://platform.twitter.com"
}