LyriKa
Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
Qu'est-ce que LyriKa ?
LyriKa est une extension Chrome développée par SuchSimpleMuchWow, et sa fonction principale est "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LyriKa
Téléchargez les fichiers d'extension LyriKa au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
LyriKa pulls lyrics for songs you play on Youtube or Spotify and displays them right there.
Informations de Base sur l'Extension
Nom | |
ID | fploppldpenfnknabfnifniandmadibh |
URL Officiel | https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh |
Description | Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music. |
Taille du Fichier | 495 KB |
Nombre d'Installations | 96 |
Version Actuelle | 1.7.1 |
Dernière Mise à Jour | 2020-06-10 |
Date de Publication | 2020-06-10 |
Évaluation | 2.80/5 Total 5 Évaluations |
Développeur | SuchSimpleMuchWow |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/manikantareddyd/lyrics_for_music |
URL de la Page d'Aide | https://github.com/manikantareddyd/lyrics_for_music |
Langues Prises en Charge | 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" } } |