SwagLyrics for Spotify
Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
Wat is SwagLyrics for Spotify?
SwagLyrics for Spotify is een Chrome-extensie ontwikkeld door https://swaglyrics.dev, en de belangrijkste functie is "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.".
Extensie Screenshots
Download het CRX-bestand van de extensie SwagLyrics for Spotify
Download SwagLyrics for Spotify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | SwagLyrics for Spotify |
ID | miopldoofdhmipepmnclnoangcdffmlk |
Officiële URL | https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk |
Beschrijving | Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later. |
Bestandsgrootte | 9.59 KB |
Aantal Installaties | 619 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-05-23 |
Publicatiedatum | 2020-05-22 |
Beoordeling | 3.46/5 Totaal 13 Beoordelingen |
Ontwikkelaar | https://swaglyrics.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://swaglyrics.dev/SwagLyrics-Chrome-Extension |
Help Pagina-URL | https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues |
Ondersteunde Talen | 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" ] } ] } |