Lyrics Here by Rob W

Lyrics Here by Rob W

Instant lyrics on YouTube, Spotify, Deezer, 8tracks, SoundCloud and many other music sites in a flexible panel. 40+ sources ensure that lyrics are always found. Simple to use and highly customizable. (formerly called "YouTube Lyrics by Rob W")

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Lyrics Here by Rob W",
  "description": "Instant lyrics for YouTube, Spotify and other sites in a flexible panel. Multiple sources ensure that lyrics are always found.",
  "version": "3.14.3resigned1",
  "author": "Rob Wu <[email protected]>",
  "homepage_url": "https://robwu.nl/lyricshere/",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "storage",
    "webNavigation",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "data/almond.js",
        "data/yt_lyrics.js"
      ],
      "matches": [
        "*://*.youtube.com/*",
        "*://*.spotify.com/*",
        "*://*.jango.com/*",
        "*://*.accuradio.com/*",
        "*://*.deezer.com/*",
        "*://8tracks.com/*",
        "*://play.google.com/music/*",
        "*://music.google.com/*",
        "*://www.iheart.com/*",
        "*://www.superplayer.fm/*",
        "*://www.last.fm/*",
        "*://cn.last.fm/*",
        "*://music.yandex.ru/*",
        "*://music.yandex.by/*",
        "*://music.yandex.kz/*",
        "*://music.yandex.ua/*",
        "*://player.qobuz.com/*",
        "*://play.qobuz.com/*",
        "*://soundcloud.com/*",
        "*://www.saavn.com/*",
        "*://www.pandora.com/*",
        "*://*.bandcamp.com/*",
        "*://rob.lekensteyn.nl/youtubelyrics/*",
        "*://rob.lekensteyn.nl/lyricshere/*",
        "*://robwu.nl/youtubelyrics/*",
        "*://robwu.nl/lyricshere/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "icon.png",
    "96": "icons/96.png"
  },
  "page_action": {
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    },
    "default_title": "Lyrics Here"
  },
  "background": {
    "scripts": [
      "processRequest.js",
      "background.js",
      "bg-contextMenus.js"
    ]
  },
  "options_ui": {
    "page": "options.html#config",
    "open_in_tab": true
  },
  "applications": {
    "gecko": {
      "id": "youtube-lyrics-by-rob-w@jetpack"
    }
  }
}