Music Downloader

Free download MP3 music from sites where you can listen to it.

Что такое Music Downloader?

Music Downloader - это расширение Chrome, разработанное axenova, и его основная функция - "Free download MP3 music from sites where you can listen to it.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Music Downloader

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

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

                        Extension allows you to download music to the computer that you listen to on the Internet, in the formats MP3, MP4, WAV, OGG.
Very easy to use.
Works safely in incognito mode.                    

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

Название Music Downloader Music Downloader
ID iempladfkphdpimdljfckjlmgklmdchc
Официальный URL https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc
Описание Free download MP3 music from sites where you can listen to it.
Размер файла 85.03 KB
Количество установок 48,016
Текущая Версия 2.1
Последнее Обновление 2017-08-21
Дата публикации 2017-08-20
Рейтинг 3.43/5 Всего 128 оценок
Разработчик axenova
Тип оплаты free
Поддерживаемые языки de,en,fr,tr,es,it,sv,ru,uk,ja
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "music-downloader",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "tabs",
        "downloads",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_popup": "main.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "icons\/128.png"
    }
}