Hot for lyrics

Redirects to Musixmatch lyrics on click.

What is Hot for lyrics?

Hot for lyrics is a Chrome extension developed by Interesting Projects, and its main feature is "Redirects to Musixmatch lyrics on click.".

Download Hot for lyrics Extension CRX File

Download Hot for lyrics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hot for lyrics Hot for lyrics
ID nfkhhhkdifldfnonaplencjnchdmaoad
Official URL https://chromewebstore.google.com/detail/hot-for-lyrics/nfkhhhkdifldfnonaplencjnchdmaoad
Description Redirects to Musixmatch lyrics on click.
File Size 4.77 KB
Installation Count 549
Current Version 1.2
Last Updated 2016-03-07
Publish Date 2016-03-07
Rating 3.00/5 Total 2 Ratings
Developer Interesting Projects
Payment Type free
Supported Languages 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
}