Yoga's DownloadManager

Download all MP3 files from a site.

What is Yoga's DownloadManager?

Yoga's DownloadManager is a Chrome extension developed by rollbond, and its main feature is "Download all MP3 files from a site.".

Extension Screenshots

screenshot
screenshot

Download Yoga's DownloadManager Extension CRX File

Download Yoga's DownloadManager 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

                        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                    

Extension Basic Information

Name Yoga's DownloadManager Yoga's DownloadManager
ID npkkboejpcngeinniagkeidminpemajk
Official URL https://chrome.google.com/webstore/detail/yogas-downloadmanager/npkkboejpcngeinniagkeidminpemajk
Description Download all MP3 files from a site.
File Size 1.25 MB
Installation Count 69
Current Version 0.4
Last Updated 2018-01-31
Publish Date 2018-01-31
Rating 3.00/5 Total 2 Ratings
Developer rollbond
Payment Type free
Supported Languages 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"
}