LyriKa
Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
O que é LyriKa?
LyriKa é uma extensão do Chrome desenvolvida por SuchSimpleMuchWow, e sua principal característica é "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LyriKa
Baixe arquivos de extensão LyriKa no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
LyriKa pulls lyrics for songs you play on Youtube or Spotify and displays them right there.
Informações Básicas da Extensão
Nome | |
ID | fploppldpenfnknabfnifniandmadibh |
URL Oficial | https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh |
Descrição | Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music. |
Tamanho do Arquivo | 495 KB |
Contagem de Instalações | 96 |
Versão Atual | 1.7.1 |
Última Atualização | 2020-06-10 |
Data de Publicação | 2020-06-10 |
Classificação | 2.80/5 Total de 5 Avaliações |
Desenvolvedor | SuchSimpleMuchWow |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/manikantareddyd/lyrics_for_music |
URL da Página de Ajuda | https://github.com/manikantareddyd/lyrics_for_music |
Idiomas Suportados | 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" } } |