YaMuTools - Новые функции для Яндекс.Музыки
Добавляет новые возможности на сайт Яндекс.Музыки
YaMuTools - Новые функции для Яндекс.Музыки란 무엇입니까?
YaMuTools - Новые функции для Яндекс.Музыки은(는) Chimildic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Добавляет новые возможности на сайт Яндекс.Музыки"입니다.
확장 프로그램 스크린샷
YaMuTools - Новые функции для Яндекс.Музыки 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Возможности • Создает плейлисты: новые релизы, дискография исполнителей, лейблы, рекомендации, дизлайки • Сортировка и фильтрация: дубликаты, ремиксы, вычитания, история и др. • Массовая постановка лайка/дизлайка трекам плейлиста • Повтор трека в потоках • Интеграция с last.fm • Экспорт треков на другие платформы Как использовать? Зайдите на страницу "Моя коллекция" или в любой плейлист. Вы увидите новые кнопки и меню. Доступно в Chrome, Opera, Edge, Яндекс.Браузере и других на основе Chromium. Отдельная версия для Firefox (на addons.mozilla.org) Подробности обновлений читайте в списке изменений, который находится в настройках.
확장 프로그램 기본 정보
이름 | YaMuTools - Новые функции для Яндекс.Музыки |
ID | dgjneghdfaeajjemeklgmbojeeplehah |
공식 URL | https://chromewebstore.google.com/detail/yamutools-%D0%BD%D0%BE%D0%B2%D1%8B%D0%B5-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D0%B8-%D0%B4/dgjneghdfaeajjemeklgmbojeeplehah |
설명 | Добавляет новые возможности на сайт Яндекс.Музыки |
파일 크기 | 1.9 MB |
설치 횟수 | 10,000 |
현재 버전 | 0.9.2 |
최근 업데이트 | 2024-02-21 |
출시 날짜 | 2020-06-01 |
평점 | 4.82/5 총 199 개의 평점 |
개발자 | Chimildic |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Chimildic/YaMuTools |
도움말 페이지 URL | https://github.com/Chimildic/YaMuTools/discussions |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/chimildic-privacy-policy |
지원되는 언어 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "short_name": "__MSG_ext_short_name__", "description": "__MSG_ext_description__", "version": "0.9.2", "manifest_version": 3, "author": "Chimildic", "default_locale": "ru", "host_permissions": [ "https:\/\/avatars.yandex.net\/*", "https:\/\/picsum.photos\/*", "https:\/\/www.last.fm\/*", "https:\/\/api.music.yandex.net\/*" ], "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/music.yandex.ru\/*", "https:\/\/music.yandex.by\/*", "https:\/\/music.yandex.kz\/*", "https:\/\/music.yandex.com\/*", "https:\/\/music.yandex.uz\/*", "https:\/\/music.yandex.ua\/*", "https:\/\/radio.yandex.ru\/*", "https:\/\/radio.yandex.by\/*", "https:\/\/radio.yandex.kz\/*", "https:\/\/radio.yandex.com\/*", "https:\/\/radio.yandex.uz\/*", "https:\/\/radio.yandex.ua\/*" ], "js": [ "\/script\/lib\/localization.js", "\/script\/lib\/sweetalert2.min.js", "\/script\/lib\/alert.js", "\/script\/lib\/request.js", "\/script\/lib\/api\/common.js", "\/script\/lib\/api\/playlist.js", "\/script\/lib\/api\/track.js", "\/script\/lib\/api\/album.js", "\/script\/lib\/api\/artist.js", "\/script\/lib\/api\/feed.js", "\/script\/lib\/api\/import.js", "\/script\/lib\/api\/lastfm.js", "\/script\/lib\/api\/library.js", "\/script\/lib\/elementCreator.js", "\/script\/lib\/elementHandler.js", "\/script\/lib\/elementInsertion.js", "\/script\/tool\/collector.js", "\/script\/tool\/navigation.js", "\/script\/tool\/podcasthater.js", "\/script\/tool\/playlist\/liker.js", "\/script\/tool\/playlist\/ugc.js", "\/script\/tool\/playlist\/exporter.js", "\/script\/tool\/playlist\/noduplicates.js", "\/script\/tool\/playlist\/similar.js", "\/script\/tool\/playlist\/cover.js", "\/script\/tool\/playlist\/order.js", "\/script\/tool\/playlist\/filter.js", "\/script\/tool\/playlist\/menu.js", "\/script\/domain\/modcreator.js", "\/script\/domain\/options.js", "\/script\/domain\/content.js", "\/script\/domain\/feedback.js", "\/script\/domain\/android.js", "\/script\/domain\/first-install.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/script\/domain\/player.js" ], "matches": [ "https:\/\/music.yandex.ru\/*", "https:\/\/music.yandex.by\/*", "https:\/\/music.yandex.kz\/*", "https:\/\/music.yandex.com\/*", "https:\/\/music.yandex.uz\/*", "https:\/\/music.yandex.ua\/*", "https:\/\/radio.yandex.ru\/*", "https:\/\/radio.yandex.by\/*", "https:\/\/radio.yandex.kz\/*", "https:\/\/radio.yandex.com\/*", "https:\/\/radio.yandex.uz\/*", "https:\/\/radio.yandex.ua\/*" ], "extension_ids": [] } ], "action": [], "options_page": "\/page\/options.html", "background": { "service_worker": "background.js" }, "icons": { "16": "\/icon\/icon16.png", "24": "\/icon\/icon24.png", "32": "\/icon\/icon32.png", "48": "\/icon\/icon48.png", "64": "\/icon\/icon64.png", "128": "\/icon\/icon128.png", "256": "\/icon\/icon256.png", "512": "\/icon\/icon512.png" } } |