SwagLyrics for Spotify
Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
Was ist SwagLyrics for Spotify?
SwagLyrics for Spotify ist eine Chrome-Erweiterung, die von https://swaglyrics.dev entwickelt wurde, und ihr Hauptmerkmal ist "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.".
Erweiterungsscreenshots
SwagLyrics for Spotify-Erweiterungs-CRX-Datei herunterladen
Laden Sie SwagLyrics for Spotify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | SwagLyrics for Spotify |
ID | miopldoofdhmipepmnclnoangcdffmlk |
Offizielle URL | https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk |
Beschreibung | Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later. |
Dateigröße | 9.59 KB |
Installationsanzahl | 619 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-05-23 |
Veröffentlichungsdatum | 2020-05-22 |
Bewertung | 3.46/5 Insgesamt 13 Bewertungen |
Entwickler | https://swaglyrics.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://swaglyrics.dev/SwagLyrics-Chrome-Extension |
Hilfeseite URL | https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues |
Unterstützte Sprachen | 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" ] } ] } |