Skip to content

Instantly share code, notes, and snippets.

@itsmechinmoy
Last active March 13, 2025 12:28
Show Gist options
  • Save itsmechinmoy/37816660b04f16955ef333fad40bf032 to your computer and use it in GitHub Desktop.
Save itsmechinmoy/37816660b04f16955ef333fad40bf032 to your computer and use it in GitHub Desktop.
echo-extensions
[
{
"id": "deezer",
"type": "music",
"name": "Deezer",
"subtitle": "Play music from Deezer on Echo",
"iconUrl": "https://e-cdn-files.dzcdn.net/cache/images/common/favicon/favicon-240x240.bb3a6a29ad16a77f10cb.png",
"updateUrl": "https://api.github.com/repos/LuftVerbot/echo-deezer-extension/releases"
},
{
"id": "discord-rpc",
"type": "tracker",
"name": "Discord RPC",
"subtitle": "Show the music you're listening to on Discord",
"iconUrl": "https://yt3.googleusercontent.com/ytc/AIdro_lBFnWS0XsOc_PbUCpWpTTUtcUa3CJNO8oXqrjnc9IA_A4=s176-c-k-c0x00ffffff-no-rj-mo",
"updateUrl": "https://api.github.com/repos/brahmkshatriya/echo-discord/releases"
},
{
"id": "echodown",
"type": "misc",
"name": "Downloader",
"subtitle": "Download your music with Echo",
"iconUrl": "https://cdn-images.dzcdn.net/images/cover/00e78b6d932527f79d2df3f4f694510b/264x264-000000-80-0-0.jpg",
"updateUrl": "https://api.github.com/repos/LuftVerbot/echo-echodown-extension/releases"
},
{
"id": "genius_lyrics",
"type": "lyrics",
"name": "Genius",
"subtitle": "View lyrics with Genius on Echo",
"iconUrl": "https://play-lh.googleusercontent.com/e6-dZlTM-gJ2sFxFFs3X15O84HEv6jc9PQGgHtVTn7FP6lUXeEAkDl9v4RfVOwbSuQ=w480-h960-rw",
"updateUrl": "https://api.github.com/repos/shub39/echo-genius-extension/releases"
},
{
"id": "kugou_lyrics",
"type": "lyrics",
"name": "Kugou",
"subtitle": "View lyrics with Kugou on Echo",
"iconUrl": "https://upload.wikimedia.org/wikipedia/commons/e/e9/KuGou_app_icon.png",
"updateUrl": "https://api.github.com/repos/shub39/echo-kugou-extension/releases"
},
{
"id": "lastfm",
"type": "tracker",
"name": "Lastfm",
"subtitle": "Sync the music you play on Echo with Lastfm",
"iconUrl": "https://i.imgur.com/ArKIJYv.png",
"updateUrl": "https://api.github.com/repos/rebelonion/echo-lastfm/releases"
},
{
"id": "lrclib_lyrics",
"type": "lyrics",
"name": "Lrclib",
"subtitle": "View lyrics with Lrclib on Echo",
"iconUrl": "https://lrclib.net/assets/lrclib-370c57eb.png",
"updateUrl": "https://api.github.com/repos/shub39/echo-lrclib-extension/releases"
},
{
"id": "musixmatch_lyrics",
"type": "lyrics",
"name": "Musixmatch",
"subtitle": "View lyrics with Musixmatch on Echo",
"iconUrl": "https://yt3.ggpht.com/48S87o5wuuj73a-CBKZgJOKebDzIoey0qsBJ1o5sr7ihJ7VDwfBkukMuKnTMj1j4ZK5WltN0=s176-c-k-c0x00ffffff-no-rj-mo",
"updateUrl": "https://api.github.com/repos/shub39/echo-musixmatch-extension/releases"
},
{
"id": "spotify",
"type": "music",
"name": "Spotify",
"subtitle": "Play music from Spotify on Echo",
"iconUrl": "https://static-00.iconduck.com/assets.00/spotify-icon-512x512-6qhm38iz.png",
"updateUrl": "https://api.github.com/repos/brahmkshatriya/echo-spotify-extension/releases"
},
{
"id": "youtube-music",
"type": "music",
"name": "Youtube Music",
"subtitle": "Play music from Youtube on Echo",
"iconUrl": "https://music.youtube.com/img/favicon_144.png",
"updateUrl": "https://api.github.com/repos/brahmkshatriya/echo-youtube-extension/releases"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment