SwagLyrics for Spotify
Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
What is SwagLyrics for Spotify?
SwagLyrics for Spotify is a Chrome extension developed by https://swaglyrics.dev, and its main feature is "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.".
Extension Screenshots
Download SwagLyrics for Spotify Extension CRX File
Download SwagLyrics for Spotify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | SwagLyrics for Spotify |
ID | miopldoofdhmipepmnclnoangcdffmlk |
Official URL | https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk |
Description | Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later. |
File Size | 9.59 KB |
Installation Count | 619 |
Current Version | 1.0 |
Last Updated | 2020-05-23 |
Publish Date | 2020-05-22 |
Rating | 3.46/5 Total 13 Ratings |
Developer | https://swaglyrics.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://swaglyrics.dev/SwagLyrics-Chrome-Extension |
Help Page URL | https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues |
Supported Languages | 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" ] } ] } |