YaMuTools - Новые функции для Яндекс.Музыки
Добавляет новые возможности на сайт Яндекс.Музыки
What is YaMuTools - Новые функции для Яндекс.Музыки?
YaMuTools - Новые функции для Яндекс.Музыки is a Chrome extension developed by Chimildic, and its main feature is "Добавляет новые возможности на сайт Яндекс.Музыки".
Extension Screenshots
Download YaMuTools - Новые функции для Яндекс.Музыки Extension CRX File
Download YaMuTools - Новые функции для Яндекс.Музыки 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
Возможности • Создает плейлисты: новые релизы, дискография исполнителей, лейблы, рекомендации, дизлайки • Сортировка и фильтрация: дубликаты, ремиксы, вычитания, история и др. • Массовая постановка лайка/дизлайка трекам плейлиста • Повтор трека в потоках • Интеграция с last.fm • Экспорт треков на другие платформы Как использовать? Зайдите на страницу "Моя коллекция" или в любой плейлист. Вы увидите новые кнопки и меню. Доступно в Chrome, Opera, Edge, Яндекс.Браузере и других на основе Chromium. Отдельная версия для Firefox (на addons.mozilla.org) Подробности обновлений читайте в списке изменений, который находится в настройках.
Extension Basic Information
Name | YaMuTools - Новые функции для Яндекс.Музыки |
ID | dgjneghdfaeajjemeklgmbojeeplehah |
Official 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 |
Description | Добавляет новые возможности на сайт Яндекс.Музыки |
File Size | 1.9 MB |
Installation Count | 10,000 |
Current Version | 0.9.2 |
Last Updated | 2024-02-21 |
Publish Date | 2020-06-01 |
Rating | 4.82/5 Total 199 Ratings |
Developer | Chimildic |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Chimildic/YaMuTools |
Help Page URL | https://github.com/Chimildic/YaMuTools/discussions |
Privacy Policy Page URL | https://sites.google.com/view/chimildic-privacy-policy |
Supported Languages | 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" } } |