Download Shutdown

Download Shutdown

Closes all Chrome windows when download list is completed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/bg.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "style/offIcon.png",
    "default_title": "Download Shutdown"
  },
  "description": "Closes all Chrome windows when download list is completed",
  "icons": {
    "16": "style/onIcon.png",
    "128": "style/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2,
  "name": "Download Shutdown",
  "permissions": [
    "downloads",
    "activeTab"
  ],
  "short_name": "Download Shutdown",
  "version": "3.2.3",
  "options_page": "options.html"
}