SwagLyrics for Spotify

Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.

Cos'è SwagLyrics for Spotify?

SwagLyrics for Spotify è un'estensione di Chrome sviluppata da https://swaglyrics.dev, e la sua funzione principale è "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SwagLyrics for Spotify

Scarica i file di estensione SwagLyrics for Spotify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome SwagLyrics for Spotify SwagLyrics for Spotify
ID miopldoofdhmipepmnclnoangcdffmlk
URL Ufficiale https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk
Descrizione Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
Dimensione del File 9.59 KB
Conteggio Installazioni 619
Versione Corrente 1.0
Ultimo Aggiornamento 2020-05-23
Data di Pubblicazione 2020-05-22
Valutazione 3.46/5 Totale 13 Valutazioni
Sviluppatore https://swaglyrics.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://swaglyrics.dev/SwagLyrics-Chrome-Extension
URL della Pagina di Aiuto https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues
Lingue Supportate 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"
            ]
        }
    ]
}