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 |
| Eメール | [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"
}
} | |