LyriKa
Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
LyriKaคืออะไร?
LyriKa เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SuchSimpleMuchWow และคุณลักษณะหลักของมันคือ "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LyriKa
ดาวน์โหลดไฟล์ส่วนขยาย LyriKa ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
LyriKa pulls lyrics for songs you play on Youtube or Spotify and displays them right there.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fploppldpenfnknabfnifniandmadibh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh |
คำอธิบาย | Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music. |
ขนาดไฟล์ | 495 KB |
จำนวนการติดตั้ง | 96 |
เวอร์ชันปัจจุบัน | 1.7.1 |
อัปเดตครั้งล่าสุด | 2020-06-10 |
วันที่เผยแพร่ | 2020-06-10 |
คะแนน | 2.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | SuchSimpleMuchWow |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/manikantareddyd/lyrics_for_music |
URL หน้าช่วยเหลือ | https://github.com/manikantareddyd/lyrics_for_music |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LyriKa", "version": "1.7.1", "description": "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.", "content_scripts": [ { "matches": [ "*:\/\/music.youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/open.spotify.com\/*", "*:\/\/play.google.com\/music\/*" ], "js": [ "lib\/sites\/google_play_music.js", "lib\/sites\/youtube_music.js", "lib\/sites\/youtube.js", "lib\/sites\/spotify.js", "lib\/render.js", "lib\/scrapper.js", "lib\/engine.js", "main.js" ], "css": [ "style.css" ] } ], "permissions": [ "*:\/\/cors-anywhere.herokuapp.com\/*" ], "icons": { "48": "icons\/Icon-48.png", "96": "icons\/Icon-96.png", "128": "icons\/Icon-128.png", "256": "icons\/Icon-256.png", "512": "icons\/Icon-512.png" } } |