Hot for lyrics
Redirects to Musixmatch lyrics on click.
Wat is Hot for lyrics?
Hot for lyrics is een Chrome-extensie ontwikkeld door Interesting Projects, en de belangrijkste functie is "Redirects to Musixmatch lyrics on click.".
Download het CRX-bestand van de extensie Hot for lyrics
Download Hot for lyrics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hot for lyrics |
ID | nfkhhhkdifldfnonaplencjnchdmaoad |
Officiële URL | https://chromewebstore.google.com/detail/hot-for-lyrics/nfkhhhkdifldfnonaplencjnchdmaoad |
Beschrijving | Redirects to Musixmatch lyrics on click. |
Bestandsgrootte | 4.77 KB |
Aantal Installaties | 549 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-03-07 |
Publicatiedatum | 2016-03-07 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Interesting Projects |
Betalingswijze | free |
Ondersteunde Talen | 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 } |