Spotify Details Extractor 作者: Afonso Ramos
Extract album metadata from Spotify, Qobuz, Tidal, Apple Music, Deezer, and Bandcamp into a compact JSON object on your clipboard. Right-click any album link anywhere on the web, or use the toolbar button directly on an album page.
8 位使用者8 位使用者
擴充套件後設資料
畫面擷圖
關於此擴充套件
Album Details Extractor pulls the title, artist, cover art URL, and
canonical album URL from any supported streaming service and drops
them straight onto your clipboard as a compact JSON object.
SUPPORTED SOURCES
• Spotify (open.spotify.com/album/…)
• Qobuz (www.qobuz.com, play.qobuz.com, open.qobuz.com)
• Tidal (tidal.com, listen.tidal.com)
• Apple Music (music.apple.com)
• Deezer (www.deezer.com)
• Bandcamp ({artist}.bandcamp.com)
Every source returns the same JSON shape, so a JSON database that
already ingests Spotify entries works with any of the new sources
without modification:
HOW TO USE IT
1. Right-click any album card inside the Spotify Web App or the
Qobuz web player — a native "Extract Album Info" entry is
injected into the site's own right-click menu.
2. Right-click any supported album link ANYWHERE on the web — a
blog post, a tweet, a Slack message — and pick "Extract Album
Info" from your browser's context menu.
3. Right-click the page background while on an album page. (On
Firefox you may need Shift+Right-Click because Spotify and
Qobuz swallow the normal right-click.)
4. Click the toolbar icon on an album page. The icon is disabled
on non-album pages so you always know when extraction works.
A small notification confirms the title of the album that was
copied. Errors are also surfaced in a notification — no silent
failures.
PODCASTS, SHOWS, AND PLAYLISTS are filtered out automatically. The
extension only copies real album metadata.
MULTI-ARTIST ALBUMS are handled correctly. Spotify's catalog
collapses collaborative releases to the lead artist at the album
level (so "Bandana" by Freddie Gibbs & Madlib shows up as just
"Freddie Gibbs"). This extension reads the per-track credits and
recovers the dropped collaborator, returning the full duo.
PRIVACY
• No data is collected, stored, transmitted, or shared.
• No analytics, telemetry, or crash reports.
• No Spotify/Qobuz/Tidal/Apple/Deezer/Bandcamp account data,
cookies, or tokens are ever read or sent anywhere.
• Every network request is made with credentials:"omit" — no
cookies leak to any streaming service.
• The extracted JSON is written to your local clipboard. That's
it. Nothing else ever leaves your machine.
Full privacy policy:
https://github.com/afonsojramos/album-details-extractor/blob/main/PRIVACY.md
OPEN SOURCE
The full source code, weekly integration tests against every
supported source, and end-to-end browser tests are on GitHub:
https://github.com/afonsojramos/album-details-extractor
Found a bug, or a source that broke? Open an issue:
https://github.com/afonsojramos/album-details-extractor/issues
canonical album URL from any supported streaming service and drops
them straight onto your clipboard as a compact JSON object.
SUPPORTED SOURCES
• Spotify (open.spotify.com/album/…)
• Qobuz (www.qobuz.com, play.qobuz.com, open.qobuz.com)
• Tidal (tidal.com, listen.tidal.com)
• Apple Music (music.apple.com)
• Deezer (www.deezer.com)
• Bandcamp ({artist}.bandcamp.com)
Every source returns the same JSON shape, so a JSON database that
already ingests Spotify entries works with any of the new sources
without modification:
{
"title": "Currents",
"artist": "Tame Impala",
"image": "https://image-cdn.example.com/…",
"url": "https://open.spotify.com/album/79dL7FLiJFOO0EoehUHQBv"
}
HOW TO USE IT
1. Right-click any album card inside the Spotify Web App or the
Qobuz web player — a native "Extract Album Info" entry is
injected into the site's own right-click menu.
2. Right-click any supported album link ANYWHERE on the web — a
blog post, a tweet, a Slack message — and pick "Extract Album
Info" from your browser's context menu.
3. Right-click the page background while on an album page. (On
Firefox you may need Shift+Right-Click because Spotify and
Qobuz swallow the normal right-click.)
4. Click the toolbar icon on an album page. The icon is disabled
on non-album pages so you always know when extraction works.
A small notification confirms the title of the album that was
copied. Errors are also surfaced in a notification — no silent
failures.
PODCASTS, SHOWS, AND PLAYLISTS are filtered out automatically. The
extension only copies real album metadata.
MULTI-ARTIST ALBUMS are handled correctly. Spotify's catalog
collapses collaborative releases to the lead artist at the album
level (so "Bandana" by Freddie Gibbs & Madlib shows up as just
"Freddie Gibbs"). This extension reads the per-track credits and
recovers the dropped collaborator, returning the full duo.
PRIVACY
• No data is collected, stored, transmitted, or shared.
• No analytics, telemetry, or crash reports.
• No Spotify/Qobuz/Tidal/Apple/Deezer/Bandcamp account data,
cookies, or tokens are ever read or sent anywhere.
• Every network request is made with credentials:"omit" — no
cookies leak to any streaming service.
• The extracted JSON is written to your local clipboard. That's
it. Nothing else ever leaves your machine.
Full privacy policy:
https://github.com/afonsojramos/album-details-extractor/blob/main/PRIVACY.md
OPEN SOURCE
The full source code, weekly integration tests against every
supported source, and end-to-end browser tests are on GitHub:
https://github.com/afonsojramos/album-details-extractor
Found a bug, or a source that broke? Open an issue:
https://github.com/afonsojramos/album-details-extractor/issues
由 1 位評論者給出 0 分
權限與資料
必要權限:
- 輸入資料到剪貼簿
- 向您顯示通知
- 存取瀏覽器分頁
- 存取您在 open.spotify.com 的資料
- 存取您在 play.qobuz.com 的資料
選用的權限:
- 存取您在 spotify.com 網域中的資料
- 存取您在 qobuz.com 網域中的資料
- 存取您在 tidal.com 網域中的資料
- 存取您在 deezer.com 網域中的資料
- 存取您在 bandcamp.com 網域中的資料
- 存取您在 music.apple.com 的資料
更多資訊