Yandex.Radio Downloader

Download music from Yandex.Radio in one click!

Was ist Yandex.Radio Downloader?

Yandex.Radio Downloader ist eine Chrome-Erweiterung, die von Александр Демяшев entwickelt wurde, und ihr Hauptmerkmal ist "Download music from Yandex.Radio in one click!".

Erweiterungsscreenshots

screenshot
screenshot

Yandex.Radio Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yandex.Radio Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Go to the player page and find the button at the top of the page                    

Grundlegende Informationen zur Erweiterung

Name Yandex.Radio Downloader Yandex.Radio Downloader
ID hclnjckknmeldialpfneiififekpaifh
Offizielle URL https://chrome.google.com/webstore/detail/yandexradio-downloader/hclnjckknmeldialpfneiififekpaifh
Beschreibung Download music from Yandex.Radio in one click!
Dateigröße 14.63 KB
Installationsanzahl 594
Aktuelle Version 3.1.3
Letztes Update 2018-12-18
Veröffentlichungsdatum 2018-12-18
Bewertung 3.42/5 Insgesamt 12 Bewertungen
Entwickler Александр Демяшев
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en,ru
manifest.json
{
    "author": "__MSG_author__",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "default_locale": "ru",
    "description": "__MSG_app_description__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmkYwMmDJMopyH3Kz+8KbCtt3Mzd4RnpAS9mUrRmiL6zonqCbb5KSl1AqD8NXvNLYGomHf60B6ZPWuX9vQzQu8qCXrySVqINdkto2pv5FI5ValNZafHjD0tGW08iK54w8SGBBOzSQGQ9BRWNFP5403XRb2iP961bG2TQO7xaGl+bcBSfZrhDQcwwGkxxXKpjFezKpan+PSnrla\/Fnic4ioivzv8vaDX3Ysaot0khNG6BrU2N7jj6aCriw5VOJGpwRQJMOVtgJ2+QmLmPPMhdtgO9SjUyrV6e+jhkOgp95xpSzkhXjll5Lj0GwsiMqEqv+BlXAvOeERAzTywLdGL989QIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "tabs",
        "webRequest",
        "downloads",
        "*:\/\/radio.yandex.ru\/*",
        "*:\/\/*.storage.yandex.net\/get-mp3\/*",
        "*:\/\/*.strm.yandex.net\/get\/*"
    ],
    "short_name": "__MSG_shortname__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.3"
}