LyriKa

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

Was ist LyriKa?

LyriKa ist eine Chrome-Erweiterung, die von SuchSimpleMuchWow entwickelt wurde, und ihr Hauptmerkmal ist "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.".

Erweiterungsscreenshots

screenshot
screenshot

LyriKa-Erweiterungs-CRX-Datei herunterladen

Laden Sie LyriKa-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name LyriKa LyriKa
ID fploppldpenfnknabfnifniandmadibh
Offizielle URL https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh
Beschreibung Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
Dateigröße 495 KB
Installationsanzahl 96
Aktuelle Version 1.7.1
Letztes Update 2020-06-10
Veröffentlichungsdatum 2020-06-10
Bewertung 2.80/5 Insgesamt 5 Bewertungen
Entwickler SuchSimpleMuchWow
Zahlungsart free
Erweiterungswebsite https://github.com/manikantareddyd/lyrics_for_music
Hilfeseite URL https://github.com/manikantareddyd/lyrics_for_music
Unterstützte Sprachen 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"
    }
}