lazy_yandex_music_developers
Tool for sort and delete duplicates in music.yandex.ru playlists.
什么是lazy_yandex_music_developers?
lazy_yandex_music_developers是由meikuam开发的Chrome扩展程序,该扩展的主要功能是“Tool for sort and delete duplicates in music.yandex.ru playlists.”。
扩展截图
下载lazy_yandex_music_developers扩展crx文件
下载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" } } |