Download Sounder

Download Sounder

Plays a sound when you download a file!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Download Sounder",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Plays a sound when you download a file!",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true,
    "open_in_tab": false
  },
  "permissions": [
    "downloads",
    "downloads.open",
    "notifications",
    "background",
    "storage"
  ]
}