Hot for lyrics

Redirects to Musixmatch lyrics on click.

Apa itu Hot for lyrics?

Hot for lyrics adalah ekstensi Chrome yang dikembangkan oleh Interesting Projects, dan fitur utamanya adalah "Redirects to Musixmatch lyrics on click.".

Unduh Berkas CRX Ekstensi Hot for lyrics

Unduh file ekstensi Hot for lyrics dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hot for lyrics Hot for lyrics
ID nfkhhhkdifldfnonaplencjnchdmaoad
URL Resmi https://chromewebstore.google.com/detail/hot-for-lyrics/nfkhhhkdifldfnonaplencjnchdmaoad
Deskripsi Redirects to Musixmatch lyrics on click.
Ukuran File 4.77 KB
Jumlah Instalasi 549
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-03-07
Tanggal Publikasi 2016-03-07
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Interesting Projects
Tipe Pembayaran free
Bahasa yang Didukung 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
}