Yoga's DownloadManager

Download all MP3 files from a site.

Что такое Yoga's DownloadManager?

Yoga's DownloadManager - это расширение Chrome, разработанное rollbond, и его основная функция - "Download all MP3 files from a site.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Yoga's DownloadManager

Скачайте файлы расширений Yoga's DownloadManager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Yoga's DownloadManager Yoga's DownloadManager
ID npkkboejpcngeinniagkeidminpemajk
Официальный URL https://chrome.google.com/webstore/detail/yogas-downloadmanager/npkkboejpcngeinniagkeidminpemajk
Описание Download all MP3 files from a site.
Размер файла 1.25 MB
Количество установок 69
Текущая Версия 0.4
Последнее Обновление 2018-01-31
Дата публикации 2018-01-31
Рейтинг 3.00/5 Всего 2 оценок
Разработчик rollbond
Тип оплаты free
Поддерживаемые языки 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"
}