LyriKa

Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.

Cos'è LyriKa?

LyriKa è un'estensione di Chrome sviluppata da SuchSimpleMuchWow, e la sua funzione principale è "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LyriKa

Scarica i file di estensione LyriKa 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

                        LyriKa pulls lyrics for songs you play on Youtube or Spotify and displays them right there.                    

Informazioni di Base sull'Estensione

Nome LyriKa LyriKa
ID fploppldpenfnknabfnifniandmadibh
URL Ufficiale https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh
Descrizione Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
Dimensione del File 495 KB
Conteggio Installazioni 96
Versione Corrente 1.7.1
Ultimo Aggiornamento 2020-06-10
Data di Pubblicazione 2020-06-10
Valutazione 2.80/5 Totale 5 Valutazioni
Sviluppatore SuchSimpleMuchWow
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/manikantareddyd/lyrics_for_music
URL della Pagina di Aiuto https://github.com/manikantareddyd/lyrics_for_music
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LyriKa",
    "version": "1.7.1",
    "description": "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/music.youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/open.spotify.com\/*",
                "*:\/\/play.google.com\/music\/*"
            ],
            "js": [
                "lib\/sites\/google_play_music.js",
                "lib\/sites\/youtube_music.js",
                "lib\/sites\/youtube.js",
                "lib\/sites\/spotify.js",
                "lib\/render.js",
                "lib\/scrapper.js",
                "lib\/engine.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/cors-anywhere.herokuapp.com\/*"
    ],
    "icons": {
        "48": "icons\/Icon-48.png",
        "96": "icons\/Icon-96.png",
        "128": "icons\/Icon-128.png",
        "256": "icons\/Icon-256.png",
        "512": "icons\/Icon-512.png"
    }
}