SwagLyrics for Spotify
Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
Qu'est-ce que SwagLyrics for Spotify ?
SwagLyrics for Spotify est une extension Chrome développée par https://swaglyrics.dev, et sa fonction principale est "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SwagLyrics for Spotify
Téléchargez les fichiers d'extension SwagLyrics for Spotify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | SwagLyrics for Spotify |
ID | miopldoofdhmipepmnclnoangcdffmlk |
URL Officiel | 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. |
Taille du Fichier | 9.59 KB |
Nombre d'Installations | 619 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-05-23 |
Date de Publication | 2020-05-22 |
Évaluation | 3.46/5 Total 13 Évaluations |
Développeur | https://swaglyrics.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://swaglyrics.dev/SwagLyrics-Chrome-Extension |
URL de la Page d'Aide | https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues |
Langues Prises en Charge | 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" ] } ] } |