LyriKa
Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
Apa itu LyriKa?
LyriKa adalah ekstensi Chrome yang dikembangkan oleh SuchSimpleMuchWow, dan fitur utamanya adalah "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LyriKa
Unduh file ekstensi LyriKa dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
LyriKa pulls lyrics for songs you play on Youtube or Spotify and displays them right there.
Informasi Dasar Ekstensi
Nama | |
ID | fploppldpenfnknabfnifniandmadibh |
URL Resmi | https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh |
Deskripsi | Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music. |
Ukuran File | 495 KB |
Jumlah Instalasi | 96 |
Versi Saat Ini | 1.7.1 |
Terakhir Diperbarui | 2020-06-10 |
Tanggal Publikasi | 2020-06-10 |
Penilaian | 2.80/5 Total 5 Penilaian |
Pengembang | SuchSimpleMuchWow |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/manikantareddyd/lyrics_for_music |
URL Halaman Bantuan | https://github.com/manikantareddyd/lyrics_for_music |
Bahasa yang Didukung | 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" } } |