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是由https://swaglyrics.dev開發的Chrome擴展程式,該擴展的主要功能是“Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.”。
擴展截圖
下載SwagLyrics for Spotify擴展crx文件
下載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 |
ID | miopldoofdhmipepmnclnoangcdffmlk |
官方網址 | 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" ] } ] } |