Yandex Music x Radio Saver
Download music from Yandex.Radio and Yandex.Music
Yandex Music x Radio Saver란 무엇입니까?
Yandex Music x Radio Saver은(는) BestExt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download music from Yandex.Radio and Yandex.Music"입니다.
Yandex Music x Radio Saver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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!
확장 프로그램 기본 정보
이름 | |
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", " |