Download Sounder

Plays a sound when you download a file!

Qu'est-ce que Download Sounder ?

Download Sounder est une extension Chrome développée par Jalapinecone, et sa fonction principale est "Plays a sound when you download a file!".

Télécharger le fichier CRX de l'extension Download Sounder

Téléchargez les fichiers d'extension Download Sounder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Download Sounder Download Sounder
ID fbdpdhebhigcfbcbhkoeihkdmhhjdfak
URL Officiel https://chrome.google.com/webstore/detail/download-sounder/fbdpdhebhigcfbcbhkoeihkdmhhjdfak
Description Plays a sound when you download a file!
Taille du Fichier 44.43 KB
Nombre d'Installations 80
Version Actuelle 1.0
Dernière Mise à Jour 2016-01-26
Date de Publication 2016-01-26
Évaluation 3.00/5 Total 2 Évaluations
Développeur Jalapinecone
Type de Paiement free
Langues Prises en Charge 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"
    ]
}