Download Sounder

Plays a sound when you download a file!

What is Download Sounder?

Download Sounder is a Chrome extension developed by Jalapinecone, and its main feature is "Plays a sound when you download a file!".

Download Download Sounder Extension CRX File

Download Download Sounder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Have you ever been downloading a big file, but didn't want to sit there waiting for it to finish so you could open it the moment it finished? Well worry no longer! Introducing, Download Sounder!

Download Sounder uses the latest in sound playing technology to make sure that you know exactly when your download finishes. 

But WAIT! There's more!

We also threw in a chrome notification for those times when just the sound isn't enough.

Never wait a moment longer than you need to for a download again!                    

Extension Basic Information

Name Download Sounder Download Sounder
ID fbdpdhebhigcfbcbhkoeihkdmhhjdfak
Official URL https://chrome.google.com/webstore/detail/download-sounder/fbdpdhebhigcfbcbhkoeihkdmhhjdfak
Description Plays a sound when you download a file!
File Size 44.43 KB
Installation Count 80
Current Version 1.0
Last Updated 2016-01-26
Publish Date 2016-01-26
Rating 3.00/5 Total 2 Ratings
Developer Jalapinecone
Payment Type free
Supported Languages en
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"
    ]
}