Hot for lyrics

Redirects to Musixmatch lyrics on click.

Qu'est-ce que Hot for lyrics ?

Hot for lyrics est une extension Chrome développée par Interesting Projects, et sa fonction principale est "Redirects to Musixmatch lyrics on click.".

Télécharger le fichier CRX de l'extension Hot for lyrics

Téléchargez les fichiers d'extension Hot for lyrics 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

                        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.                    

Informations de Base sur l'Extension

Nom Hot for lyrics Hot for lyrics
ID nfkhhhkdifldfnonaplencjnchdmaoad
URL Officiel https://chromewebstore.google.com/detail/hot-for-lyrics/nfkhhhkdifldfnonaplencjnchdmaoad
Description Redirects to Musixmatch lyrics on click.
Taille du Fichier 4.77 KB
Nombre d'Installations 549
Version Actuelle 1.2
Dernière Mise à Jour 2016-03-07
Date de Publication 2016-03-07
Évaluation 3.00/5 Total 2 Évaluations
Développeur Interesting Projects
Type de Paiement free
Langues Prises en Charge 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
}