YandexMusic Downloader | Weblooter Inc.

Данное расширение позволяет браузеру скачивать музыку с сервиса "Яндекс Музыка". Инструкция по использованию: 1. После начала…

What is YandexMusic Downloader | Weblooter Inc.?

YandexMusic Downloader | Weblooter Inc. is a Chrome extension developed by https://weblooter.ru, and its main feature is "Данное расширение позволяет браузеру скачивать музыку с сервиса "Яндекс Музыка". Инструкция по использованию: 1. После начала…".

Extension Screenshots

Download YandexMusic Downloader | Weblooter Inc. Extension CRX File

Download YandexMusic Downloader | Weblooter Inc. 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

                        Данное расширение позволяет браузеру скачивать музыку с сервиса "Яндекс Музыка".
Инструкция по использованию:
1. После начала воспроизведения любой музыкальной композиции в полоске переключения песен появится панель управления списком на скачивание.
2. Добавьте понравившиеся Вам песни.
3. Нажмите на иконку архива и нажмите "Скачать".
4. Наслаждайтесь!                    

Extension Basic Information

Name YandexMusic Downloader | Weblooter Inc. YandexMusic Downloader | Weblooter Inc.
ID gioigmdoacmpohhpbkmmlbbppiongloh
Official URL https://chromewebstore.google.com/detail/yandexmusic-downloader-we/gioigmdoacmpohhpbkmmlbbppiongloh
Description Данное расширение позволяет браузеру скачивать музыку с сервиса "Яндекс Музыка". Инструкция по использованию: 1. После начала…
File Size 119 KB
Installation Count 48,847
Current Version 3.2
Last Updated 2021-05-26
Publish Date 2019-11-18
Rating 3.98/5 Total 97 Ratings
Developer https://weblooter.ru
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YandexMusic Downloader | Weblooter Inc.",
    "version": "3.2",
    "offline_enabled": false,
    "icons": {
        "128": "icon-toolbar.png"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/injected.css"
            ],
            "js": [
                "assets\/js\/autoload.js"
            ],
            "matches": [
                "*:\/\/radio.yandex.ru\/*",
                "*:\/\/radio.yandex.ua\/*",
                "*:\/\/radio.yandex.kz\/*",
                "*:\/\/radio.yandex.by\/*",
                "*:\/\/music.yandex.ru\/*",
                "*:\/\/music.yandex.ua\/*",
                "*:\/\/music.yandex.kz\/*",
                "*:\/\/music.yandex.by\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "assets\/js\/weblooterMusicDownload.js",
        "assets\/vendor\/jszip.js",
        "assets\/vendor\/FileSaver.js",
        "assets\/vendor\/jszip-utils.min.js"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "WBL YandexMusic Downloader",
        "default_icon": "icon-toolbar.png"
    }
}