LyriKa
Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
What is LyriKa?
LyriKa is a Chrome extension developed by SuchSimpleMuchWow, and its main feature is "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.".
Extension Screenshots
Download LyriKa Extension CRX File
Download LyriKa extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
LyriKa pulls lyrics for songs you play on Youtube or Spotify and displays them right there.
Extension Basic Information
Name | |
ID | fploppldpenfnknabfnifniandmadibh |
Official URL | https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh |
Description | Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music. |
File Size | 495 KB |
Installation Count | 96 |
Current Version | 1.7.1 |
Last Updated | 2020-06-10 |
Publish Date | 2020-06-10 |
Rating | 2.80/5 Total 5 Ratings |
Developer | SuchSimpleMuchWow |
Payment Type | free |
Extension Website | https://github.com/manikantareddyd/lyrics_for_music |
Help Page URL | https://github.com/manikantareddyd/lyrics_for_music |
Supported Languages | 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" } } |