LyriKa

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

Vad är LyriKa?

LyriKa är en Chrome-tillägg utvecklad av SuchSimpleMuchWow, och dess huvudfunktion är "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner LyriKa-förlängningens CRX-fil

Ladda ner LyriKa-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn LyriKa LyriKa
ID fploppldpenfnknabfnifniandmadibh
Officiell webbadress https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh
Beskrivning Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
Filstorlek 495 KB
Antal Installationer 96
Aktuell Version 1.7.1
Senast Uppdaterad 2020-06-10
Publiceringsdatum 2020-06-10
Betyg 2.80/5 Totalt 5 Betyg
Utvecklare SuchSimpleMuchWow
Betalningssätt free
Tilläggswebbplats https://github.com/manikantareddyd/lyrics_for_music
Hjälpsida URL https://github.com/manikantareddyd/lyrics_for_music
Stödda Språk 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"
    }
}