SwagLyrics for Spotify

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

Apa itu SwagLyrics for Spotify?

SwagLyrics for Spotify adalah ekstensi Chrome yang dikembangkan oleh https://swaglyrics.dev, dan fitur utamanya adalah "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SwagLyrics for Spotify

Unduh file ekstensi SwagLyrics for Spotify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama SwagLyrics for Spotify SwagLyrics for Spotify
ID miopldoofdhmipepmnclnoangcdffmlk
URL Resmi https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk
Deskripsi Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
Ukuran File 9.59 KB
Jumlah Instalasi 619
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-05-23
Tanggal Publikasi 2020-05-22
Penilaian 3.46/5 Total 13 Penilaian
Pengembang https://swaglyrics.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://swaglyrics.dev/SwagLyrics-Chrome-Extension
URL Halaman Bantuan https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}