Download Sounder

Plays a sound when you download a file!

Was ist Download Sounder?

Download Sounder ist eine Chrome-Erweiterung, die von Jalapinecone entwickelt wurde, und ihr Hauptmerkmal ist "Plays a sound when you download a file!".

Download Sounder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Download Sounder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Download Sounder Download Sounder
ID fbdpdhebhigcfbcbhkoeihkdmhhjdfak
Offizielle URL https://chrome.google.com/webstore/detail/download-sounder/fbdpdhebhigcfbcbhkoeihkdmhhjdfak
Beschreibung Plays a sound when you download a file!
Dateigröße 44.43 KB
Installationsanzahl 80
Aktuelle Version 1.0
Letztes Update 2016-01-26
Veröffentlichungsdatum 2016-01-26
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Jalapinecone
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}