lazy_yandex_music_developers
Tool for sort and delete duplicates in music.yandex.ru playlists.
Что такое lazy_yandex_music_developers?
lazy_yandex_music_developers - это расширение Chrome, разработанное meikuam, и его основная функция - "Tool for sort and delete duplicates in music.yandex.ru playlists.".
Снимки экрана расширения
Скачать файл CRX расширения lazy_yandex_music_developers
Скачайте файлы расширений lazy_yandex_music_developers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tool for sort and delete duplicates in music.yandex.ru playlists.
Основная информация о расширении
Название | |
ID | jgjbkbfgimonbbgbcinofcahnjlnicff |
Официальный URL | https://chromewebstore.google.com/detail/lazyyandexmusicdevelopers/jgjbkbfgimonbbgbcinofcahnjlnicff |
Описание | Tool for sort and delete duplicates in music.yandex.ru playlists. |
Размер файла | 550 KB |
Количество установок | 19 |
Текущая Версия | 1.1 |
Последнее Обновление | 2021-03-31 |
Дата публикации | 2019-09-03 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | meikuam |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/meikuam/lazy_yandex_music_developers |
Поддерживаемые языки | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "lazy_yandex_music_developers", "version": "1.1", "icons": { "128": "images\/ico.png" }, "content_scripts": [ { "matches": [ "*:\/\/music.yandex.ru\/*" ], "js": [ "jquery-3.4.1.min.js", "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "injected.js" ], "browser_action": { "default_title": "lazy yandex music developers", "default_icon": "images\/ico.png", "default_popup": "popup.html" } } |