Yandex Music x Radio Saver

Download music from Yandex.Radio and Yandex.Music

Yandex Music x Radio Saver क्या है?

Yandex Music x Radio Saver BestExt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download music from Yandex.Radio and Yandex.Music"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yandex Music x Radio Saver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Yandex Music / Radio Saver allows you to download any audio recording / playlist from Yandex music, as well as from Yandex radio to your computer (PC) / USB flash drive!

The extension downloads tracks with a bitrate of 192 kbps for free from Yandex Music, if you have Yandex plus a subscription, you can already download songs with a bitrate of 320 kbps. (restrictions from Yandex music). Download for free any audio recording in any genre, podcast, playlist!

The extension also allows you to download from Yandex Radio. After installing the extension, go to Radio.yandex.ru and you will see a yellow button for downloading the track on the player page at the top. By default, files are saved in the Yandex.radio folder.

We plan to add functionality to download a playlist in one click!                    

एक्सटेंशन की मूल जानकारी

नाम Yandex Music x Radio Saver Yandex Music x Radio Saver
ID ghjegileenakkndedblhdhpfgnhmddjn
आधिकारिक URL https://chrome.google.com/webstore/detail/yandex-musicradio-saver/ghjegileenakkndedblhdhpfgnhmddjn
विवरण Download music from Yandex.Radio and Yandex.Music
फ़ाइल का आकार 68.45 KB
स्थापना संख्या 6,153
वर्तमान संस्करण 1.3
अंतिम अपडेट 2023-03-16
प्रकाशन तिथि 2020-10-21
रेटिंग 4.32/5 कुल 38 रेटिंग्स
डेवलपर BestExt
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://is-top.ru/privacy.html
समर्थित भाषाएँ en,ru
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/foreground.js"
            ],
            "matches": [
                "*:\/\/music.yandex.ru\/*",
                "*:\/\/music.yandex.com\/*",
                "*:\/\/music.yandex.by\/*",
                "*:\/\/music.yandex.kz\/*",
                "*:\/\/music.yandex.ua\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "__MSG_app_description__",
    "default_locale": "ru",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "downloads",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "__MSG_shortname__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
}