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
官方網址 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
}