Hot for lyrics
Redirects to Musixmatch lyrics on click.
O que é Hot for lyrics?
Hot for lyrics é uma extensão do Chrome desenvolvida por Interesting Projects, e sua principal característica é "Redirects to Musixmatch lyrics on click.".
Baixar o arquivo CRX da Extensão Hot for lyrics
Baixe arquivos de extensão Hot for lyrics 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
1. You listen to stuff on YouTube or Tidal 2. You want to read the lyrics 4. You click the button 5. You get the lyrics. As simple as that. Point no. 3 does not exist.
Informações Básicas da Extensão
Nome | Hot for lyrics |
ID | nfkhhhkdifldfnonaplencjnchdmaoad |
URL Oficial | https://chromewebstore.google.com/detail/hot-for-lyrics/nfkhhhkdifldfnonaplencjnchdmaoad |
Descrição | Redirects to Musixmatch lyrics on click. |
Tamanho do Arquivo | 4.77 KB |
Contagem de Instalações | 549 |
Versão Atual | 1.2 |
Última Atualização | 2016-03-07 |
Data de Publicação | 2016-03-07 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Interesting Projects |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hot for lyrics", "description": "Redirects to Musixmatch lyrics on click.", "version": "1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Go for the lyrics", "default_icon": "icon.png" }, "manifest_version": 2 } |