Hot for lyrics

Redirects to Musixmatch lyrics on click.

Hot for lyrics là gì?

Hot for lyrics là một tiện ích mở rộng Chrome được phát triển bởi Interesting Projects, và tính năng chính của nó là "Redirects to Musixmatch lyrics on click.".

Tải xuống tệp CRX của tiện ích mở rộng Hot for lyrics

Tải xuống các tệp mở rộng Hot for lyrics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hot for lyrics Hot for lyrics
ID nfkhhhkdifldfnonaplencjnchdmaoad
URL Chính Thức https://chromewebstore.google.com/detail/hot-for-lyrics/nfkhhhkdifldfnonaplencjnchdmaoad
Mô tả Redirects to Musixmatch lyrics on click.
Kích Thước Tệp 4.77 KB
Số Lần Cài Đặt 549
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-03-07
Ngày Phát Hành 2016-03-07
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Interesting Projects
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}