Yoga's DownloadManager

Download all MP3 files from a site.

Cos'è Yoga's DownloadManager?

Yoga's DownloadManager è un'estensione di Chrome sviluppata da rollbond, e la sua funzione principale è "Download all MP3 files from a site.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Yoga's DownloadManager

Scarica i file di estensione Yoga's DownloadManager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Backlog
- Implement shortcuts
- Implement select box
  for different file types
  currently hardcoded to mp3
- Implement smarter search
  currently optimized for tamilwire

Release notes
0.4 Downloading-Queue implemented
0.3 Extension opens in new tab
0.2 GUI redesign
0.1 initial release                    

Informazioni di Base sull'Estensione

Nome Yoga's DownloadManager Yoga's DownloadManager
ID npkkboejpcngeinniagkeidminpemajk
URL Ufficiale https://chrome.google.com/webstore/detail/yogas-downloadmanager/npkkboejpcngeinniagkeidminpemajk
Descrizione Download all MP3 files from a site.
Dimensione del File 1.25 MB
Conteggio Installazioni 69
Versione Corrente 0.4
Ultimo Aggiornamento 2018-01-31
Data di Pubblicazione 2018-01-31
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore rollbond
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yoga's DownloadManager",
    "version": "0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Download all MP3 files from a site.",
    "short_name": "Download Manager",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "downloads",
        "storage"
    ],
    "author": "Yogananthar Ananthapavan"
}