Hot for lyrics

Redirects to Musixmatch lyrics on click.

什么是Hot for lyrics?

Hot for lyrics是由Interesting Projects开发的Chrome扩展程序,该扩展的主要功能是“Redirects to Musixmatch lyrics on click.”。

下载Hot for lyrics扩展crx文件

下载Hot for lyrics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hot for lyrics Hot for lyrics
ID nfkhhhkdifldfnonaplencjnchdmaoad
官方URL https://chromewebstore.google.com/detail/hot-for-lyrics/nfkhhhkdifldfnonaplencjnchdmaoad
简介 Redirects to Musixmatch lyrics on click.
文件大小 4.77 KB
安装次数 549
当前版本 1.2
更新时间 2016-03-07
上架时间 2016-03-07
评分 3.00/5 共2次评分
开发者 Interesting Projects
付费类型 free
支持的语言 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
}