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é es SwagLyrics for Spotify?
SwagLyrics for Spotify es una extensión de Chrome desarrollada por https://swaglyrics.dev, y su función principal es "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SwagLyrics for Spotify
Descarga archivos de extensión SwagLyrics for Spotify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | SwagLyrics for Spotify |
ID | miopldoofdhmipepmnclnoangcdffmlk |
URL Oficial | https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk |
Descripción | Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later. |
Tamaño del Archivo | 9.59 KB |
Cantidad de Instalaciones | 619 |
Versión Actual | 1.0 |
Última Actualización | 2020-05-23 |
Fecha de Publicación | 2020-05-22 |
Calificación | 3.46/5 Total de 13 Calificaciones |
Desarrollador | https://swaglyrics.dev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://swaglyrics.dev/SwagLyrics-Chrome-Extension |
URL de la Página de Ayuda | https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues |
Idiomas Soportados | 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" ] } ] } |