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 je SwagLyrics for Spotify?

SwagLyrics for Spotify je rozšíření Chrome vyvinuté https://swaglyrics.dev, a jeho hlavní funkcí je „Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SwagLyrics for Spotify

Stáhněte si soubory rozšíření SwagLyrics for Spotify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název SwagLyrics for Spotify SwagLyrics for Spotify
ID miopldoofdhmipepmnclnoangcdffmlk
Oficiální URL https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk
Popis Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
Velikost souboru 9.59 KB
Počet instalací 619
Aktuální Verze 1.0
Poslední Aktualizace 2020-05-23
Datum Vydání 2020-05-22
Hodnocení 3.46/5 Celkem 13 Hodnocení
Vývojář https://swaglyrics.dev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://swaglyrics.dev/SwagLyrics-Chrome-Extension
URL Stránky Nápovědy https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues
Podporované Jazyky 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"
            ]
        }
    ]
}