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
}