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" } } |