Hot for lyrics
Redirects to Musixmatch lyrics on click.
Vad är Hot for lyrics?
Hot for lyrics är en Chrome-tillägg utvecklad av Interesting Projects, och dess huvudfunktion är "Redirects to Musixmatch lyrics on click.".
Ladda ner Hot for lyrics-förlängningens CRX-fil
Ladda ner Hot for lyrics-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Hot for lyrics |
ID | nfkhhhkdifldfnonaplencjnchdmaoad |
Officiell webbadress | https://chromewebstore.google.com/detail/hot-for-lyrics/nfkhhhkdifldfnonaplencjnchdmaoad |
Beskrivning | Redirects to Musixmatch lyrics on click. |
Filstorlek | 4.77 KB |
Antal Installationer | 549 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2016-03-07 |
Publiceringsdatum | 2016-03-07 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | Interesting Projects |
Betalningssätt | free |
Stödda Språk | 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 } |