LyriKa
Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
Wat is LyriKa?
LyriKa is een Chrome-extensie ontwikkeld door SuchSimpleMuchWow, en de belangrijkste functie is "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.".
Extensie Screenshots
Download het CRX-bestand van de extensie LyriKa
Download LyriKa-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
LyriKa pulls lyrics for songs you play on Youtube or Spotify and displays them right there.
Basisinformatie over de Extensie
Naam | |
ID | fploppldpenfnknabfnifniandmadibh |
Officiële URL | https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh |
Beschrijving | Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music. |
Bestandsgrootte | 495 KB |
Aantal Installaties | 96 |
Huidige Versie | 1.7.1 |
Laatst Bijgewerkt | 2020-06-10 |
Publicatiedatum | 2020-06-10 |
Beoordeling | 2.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | SuchSimpleMuchWow |
Betalingswijze | free |
Extensiewebsite | https://github.com/manikantareddyd/lyrics_for_music |
Help Pagina-URL | https://github.com/manikantareddyd/lyrics_for_music |
Ondersteunde Talen | 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" } } |