Spotify Lyrics

This extension is for Spotify Lyrics.

Spotify Lyricsคืออะไร?

Spotify Lyrics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kkooff2000 และคุณลักษณะหลักของมันคือ "This extension is for Spotify Lyrics."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify Lyrics

ดาวน์โหลดไฟล์ส่วนขยาย Spotify Lyrics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spotify Lyrics Spotify Lyrics
ID efcfobmahecmlndolhbefbhkglhbkmkb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/spotify-lyrics/efcfobmahecmlndolhbefbhkglhbkmkb
คำอธิบาย This extension is for Spotify Lyrics.
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-10-07
วันที่เผยแพร่ 2013-10-07
คะแนน 2.11/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา kkooff2000
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}