LyriKa

Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.

LyriKa là gì?

LyriKa là một tiện ích mở rộng Chrome được phát triển bởi SuchSimpleMuchWow, và tính năng chính của nó là "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

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

Tải xuống các tệp mở rộng LyriKa 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

                        LyriKa pulls lyrics for songs you play on Youtube or Spotify and displays them right there.                    

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

Tên LyriKa LyriKa
ID fploppldpenfnknabfnifniandmadibh
URL Chính Thức https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh
Mô tả Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
Kích Thước Tệp 495 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.7.1
Cập Nhật Lần Cuối 2020-06-10
Ngày Phát Hành 2020-06-10
Đánh Giá 2.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển SuchSimpleMuchWow
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/manikantareddyd/lyrics_for_music
URL Trang Trợ Giúp https://github.com/manikantareddyd/lyrics_for_music
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LyriKa",
    "version": "1.7.1",
    "description": "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/music.youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/open.spotify.com\/*",
                "*:\/\/play.google.com\/music\/*"
            ],
            "js": [
                "lib\/sites\/google_play_music.js",
                "lib\/sites\/youtube_music.js",
                "lib\/sites\/youtube.js",
                "lib\/sites\/spotify.js",
                "lib\/render.js",
                "lib\/scrapper.js",
                "lib\/engine.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/cors-anywhere.herokuapp.com\/*"
    ],
    "icons": {
        "48": "icons\/Icon-48.png",
        "96": "icons\/Icon-96.png",
        "128": "icons\/Icon-128.png",
        "256": "icons\/Icon-256.png",
        "512": "icons\/Icon-512.png"
    }
}