SwagLyrics for Spotify

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

O que é SwagLyrics for Spotify?

SwagLyrics for Spotify é uma extensão do Chrome desenvolvida por https://swaglyrics.dev, e sua principal característica é "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SwagLyrics for Spotify

Baixe arquivos de extensão SwagLyrics for Spotify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome SwagLyrics for Spotify SwagLyrics for Spotify
ID miopldoofdhmipepmnclnoangcdffmlk
URL Oficial https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk
Descrição Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
Tamanho do Arquivo 9.59 KB
Contagem de Instalações 619
Versão Atual 1.0
Última Atualização 2020-05-23
Data de Publicação 2020-05-22
Classificação 3.46/5 Total de 13 Avaliações
Desenvolvedor https://swaglyrics.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://swaglyrics.dev/SwagLyrics-Chrome-Extension
URL da Página de Ajuda https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues
Idiomas Suportados 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"
            ]
        }
    ]
}