SwagLyrics for Spotify
Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
Co to jest SwagLyrics for Spotify?
SwagLyrics for Spotify to rozszerzenie Chrome opracowane przez https://swaglyrics.dev, a jego główną funkcją jest „Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SwagLyrics for Spotify
Pobierz pliki rozszerzeń SwagLyrics for Spotify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | SwagLyrics for Spotify |
ID | miopldoofdhmipepmnclnoangcdffmlk |
Oficjalny URL | https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk |
Opis | Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later. |
Rozmiar pliku | 9.59 KB |
Liczba instalacji | 619 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-05-23 |
Data Publikacji | 2020-05-22 |
Ocena | 3.46/5 Łącznie 13 Oceny |
Deweloper | https://swaglyrics.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://swaglyrics.dev/SwagLyrics-Chrome-Extension |
Adres URL Strony Pomocy | https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues |
Obsługiwane Języki | 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" ] } ] } |