Hot for lyrics

Redirects to Musixmatch lyrics on click.

Cos'è Hot for lyrics?

Hot for lyrics è un'estensione di Chrome sviluppata da Interesting Projects, e la sua funzione principale è "Redirects to Musixmatch lyrics on click.".

Scarica il file CRX dell'estensione Hot for lyrics

Scarica i file di estensione Hot for lyrics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hot for lyrics Hot for lyrics
ID nfkhhhkdifldfnonaplencjnchdmaoad
URL Ufficiale https://chromewebstore.google.com/detail/hot-for-lyrics/nfkhhhkdifldfnonaplencjnchdmaoad
Descrizione Redirects to Musixmatch lyrics on click.
Dimensione del File 4.77 KB
Conteggio Installazioni 549
Versione Corrente 1.2
Ultimo Aggiornamento 2016-03-07
Data di Pubblicazione 2016-03-07
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Interesting Projects
Tipo di Pagamento free
Lingue Supportate 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
}