SwagLyrics for Spotify

Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.

SwagLyrics for Spotifyคืออะไร?

SwagLyrics for Spotify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swaglyrics.dev และคุณลักษณะหลักของมันคือ "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later."

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

screenshot

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

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

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

                        The SwagLyrics extension extends Spotify Web Player support to the SwSpotify (https://swaglyrics.dev/SwSpotify) python library. This allows developers to make cross-platform applications that interact with Spotify without worrying about each OS themselves. The extension is open source at https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension.

If you're an end user redirected to the extension by a dev, then all you need to do is to install this extension to enable support for the Spotify Web Player!                    

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

ชื่อ SwagLyrics for Spotify SwagLyrics for Spotify
ID miopldoofdhmipepmnclnoangcdffmlk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk
คำอธิบาย Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
ขนาดไฟล์ 9.59 KB
จำนวนการติดตั้ง 619
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-05-23
วันที่เผยแพร่ 2020-05-22
คะแนน 3.46/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://swaglyrics.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://swaglyrics.dev/SwagLyrics-Chrome-Extension
URL หน้าช่วยเหลือ https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SwagLyrics for Spotify",
    "description": " Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.",
    "version": "1.0",
    "icons": {
        "128": "swaglyrics_pfp_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "all_frames": true,
            "js": [
                "bridge.js"
            ]
        }
    ]
}