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 |
官方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" ] } ] } |