Скачать Яндекс Музыку

Расширение для скачивания музыки с Яндекс Музыки

What is Скачать Яндекс Музыку?

Скачать Яндекс Музыку is a Chrome extension developed by MusicMan, and its main feature is "Расширение для скачивания музыки с Яндекс Музыки".

Extension Screenshots

screenshot
screenshot

Download Скачать Яндекс Музыку Extension CRX File

Download Скачать Яндекс Музыку 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

                        Скачать Яндекс музыку - расширение для скачивания музыки и песен на компьютер в хорошем качестве с сервиса Яндекс Музыки.

Расширение добавляет возможность скачивать треки подкасты, плейлисты и альбомы со страниц Yandex Music. 

Теперь любимые треки и любимых исполнителей можно слушать без интернета. Скаченные треки, вы можете перенести в машину.

Расширение абсолютно бесплатно, а код не обфусцирован.

Яндекс музыка без подписки работает не во всех странах. Наше расширение работает только если Яндекс музыка работает в вашем регионе.

Это не официальное расширение Яндекс.Музыки, оно создано энтузиастами. Все права на торговые марки  Яндекс.Музыки принадлежат ООО «Яндекс»                    

Extension Basic Information

Name Скачать Яндекс Музыку Скачать Яндекс Музыку
ID mofadjfiianjfpcmkohfnmdkkbpncjnd
Official URL https://chromewebstore.google.com/detail/%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C-%D1%8F%D0%BD%D0%B4%D0%B5%D0%BA%D1%81-%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83/mofadjfiianjfpcmkohfnmdkkbpncjnd
Description Расширение для скачивания музыки с Яндекс Музыки
File Size 40.73 KB
Installation Count 13,941
Current Version 1.0.0.1
Last Updated 2023-05-23
Publish Date 2022-05-26
Rating 4.29/5 Total 35 Ratings
Developer MusicMan
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bit.ly/3GloE8g
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "__MSG_appButtonDesc__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/music.yandex.uz\/*",
                "*:\/\/music.yandex.by\/*",
                "*:\/\/music.yandex.ru\/*",
                "*:\/\/music.yandex.ua\/*",
                "*:\/\/music.yandex.kz\/*",
                "*:\/\/music.yandex.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "ru",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "downloads",
        "cookies",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "webRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "version": "1.0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/music.yandex.uz\/*",
                "*:\/\/music.yandex.by\/*",
                "*:\/\/music.yandex.ru\/*",
                "*:\/\/music.yandex.ua\/*",
                "*:\/\/music.yandex.kz\/*",
                "*:\/\/music.yandex.com\/*"
            ],
            "resources": [
                "images\/icon-dark.svg",
                "images\/icon-light.svg"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "sandbox.html"
            ],
            "use_dynamic_url": true
        }
    ]
}