Spotify Lyrics

This extension is for Spotify Lyrics.

Spotify Lyrics là gì?

Spotify Lyrics là một tiện ích mở rộng Chrome được phát triển bởi kkooff2000, và tính năng chính của nó là "This extension is for Spotify Lyrics.".

Ả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 Spotify Lyrics

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

                        It a extension for Spotify Lyrics.
Play music at https://play.spotify.com/ then click the extension.                    

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

Tên Spotify Lyrics Spotify Lyrics
ID efcfobmahecmlndolhbefbhkglhbkmkb
URL Chính Thức https://chrome.google.com/webstore/detail/spotify-lyrics/efcfobmahecmlndolhbefbhkglhbkmkb
Mô tả This extension is for Spotify Lyrics.
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-10-07
Ngày Phát Hành 2013-10-07
Đánh Giá 2.11/5 Tổng số 28 Đánh Giá
Nhà Phát Triển kkooff2000
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spotify Lyrics",
    "description": "This extension is for Spotify Lyrics.",
    "version": "1.1",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.spotify.com\/*",
                "http:\/\/mp3.baidu.com\/dev\/api\/*",
                "http:\/\/ting.baidu.com\/*"
            ],
            "js": [
                "jquery-1.7.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "music.png",
        "default_popup": "popup.html"
    }
}