Webbläsartillägg för Firefox
  • Tillägg
  • Teman
    • för Firefox
    • Ordlistor & språkpaket
    • Andra webbläsarplatser
    • Tillägg för Android
Logga in
Förhandsvisning av Librezam

Librezam av FoxRefire

Song recognition webextension using Shazam API (Also supports Audd, ACRCloud, Tencent, NetEase API)

Tillgänglig på Firefox för Android™Tillgänglig på Firefox för Android™
4.7 (60 recensioner)4.7 (60 recensioner)
19 935 användare19 935 användare
Hämta Firefox och få tillägget
Hämta fil

Metadata för tillägg

Skärmbilder
When a song is recognised, information about it and a link to the streaming provider is displayed.
(with cover art)When a song is recognised, information about it and a link to the streaming provider is displayed.
(without cover art)The settings screen allows you to set the recording time, recognition backend(Shazam or Audd), with and without cover art display, theme, export history and clear history.If no element is found in the tab with audio playing, an error will throw.If song was not recognized by backend, an error will throw.Extension works on Firefox for Android as well
Om detta tillägg
This is a browser extension that uses internal API of Shazam to recognize the music playing in the current tab.
Librezam also supports Audd and ACRCloud as alternative backends, which can be changed from the configuration.
Unlike other similar extensions, it works on almost all sites and has fewer bugs.

Requests unrelated to music recognition, such as telemetry, will not be made.
This is unofficial project and is not affiliated or supported by Shazam ltd.

!!Please report extension issues to Github Issue or ‘bqzfjohg@addy.io’, not in the review section, and read the troubleshooting below before reporting the problem !!

Source code
https://github.com/FoxRefire/Librezam

Comparison with similar extensions
  • Song Identifier
    Backend supports ACRCloud only (does not support humming response)
    No history, auto-recognition mode, auto-retry, and microphone recognition feature
    Does not support CORS, Headless Element, and ShadowRoot detection
    Open source (Unlicense)
    API key registration required (up to 100 requests per day free of charge)
    Telemetry unrelated to music recognition will not be performed.
  • Audd
    Backend supports Audd only
    No auto-recognition mode, auto-retry, or microphone recognition feature
    Source-available proprietary
    Supports CORS, Headless Element, and ShadowRoot detection starting from version 3.2.4 (Fun fact: I was the one who advised on how to fix these issues with the Audd extension)
    Some sites like Twitch display a message prompting you to purchase an API key
    Not only audio data, but also telemetry such as tab URLs are transmitted.
  • Librezam
    History functionality
    History CSV export
    Supports multiple backends (Shazam, Audd, ACRCloud)
    Shazam backend can be used without API registration and without rate limits(ACRCloud backend requires API key settings)
    Humming and cover song recognition (ACRCloud backend)
    Automatic retry with larger recording length and another backend when recognition fails
    Automatic recognition mode
    Microphone recognition mode
    Supports detection of CORS, Headless Element, and ShadowRoot (also plans to support detection of AudioBufferSourceNode)
    Open source (AGPL-3.0)
    Cross-browser compatibility (also works on Firefox for Android and Chromium)
    Telemetry unrelated to music recognition will not be performed.

Comparison of each backends
  • Shazam
    No registration required, no rate limit
    Privacy-conscious design that sends recorded audio to the server as a fingerprint that cannot be traced back to the original content, rather than sending the audio itself
    Recognition speed is slightly slow
    High recognition rate
  • Audd
    No API key registration required for up to 10 requests per day
    Moderate recognition rate
    Recorded audio is sent to the server as is
  • ACRCloud
    API key registration is required, up to 100 requests per day are free
    Can recognise humming and cover songs
    Very high recognition rate
    Recorded audio is sent to the server as is
  • Tencent
    No registration required, no rate limit
    High recognition rate
    It has a very high recognition rate, especially for anime/game music and Chinese music. For example, this song cannot be recognized by any music recognition service, including Shazam, Audd, ACRCloud, or Google, but only by the Tencent backend.
    https://www.youtube.com/watch?v=ktOpWwiTFMI
    High noise and data loss tolerance
    Recorded audio is sent to the server as is
Utvecklarens kommentarer
===Troubleshooting===
  • Media elements are not detected on some sites, or site-specific issues occur
    In some cases, recording may not start correctly on a very small number of sites due to issues such as audio being played directly by AudioBufferSourceNode, DRM restrictions, or site-specific issues.
    If you encounter site-specific issues, please report the issue and its details on GitHub Issues.
    I also welcome pull requests for fixing issues.
    Please do not report bugs in the review section.
    https://github.com/FoxRefire/Librezam/issues/7
  • Media elements are not detected on all sites
    This may be due to the extension's site permissions being revoked.
    This rarely occurs when updating the add-on.
    Open the permissions tab in the add-on settings and allow permission of ‘Access your data for all websites’
  • Songs are not recognised
    This extension's music recognition processing relies on the Shazam, Audd, and ACRCloud APIs, with Shazam being the default backend.
    If songs are not recognised correctly, try changing the recognition backend or adjusting the recording time in the extension settings.
    ACRCloud has the highest recognition accuracy.
Betyg 4,7 av 60 recensenter
Logga in för att betygsätta detta tillägg
Det finns inga betyg än

Stjärnklassificering sparad

5
50
4
5
3
3
2
0
1
2
Läs alla 60 recensioner
Behörigheter och dataLäs mer

Nödvändiga behörigheter:

  • Visa meddelanden till dig
  • Åtkomst till webbläsarens flikar
  • Åtkomst till webbläsarens aktivitet under navigering
  • Åtkomst till dina data för alla webbplatser

Valfria behörigheter:

  • Åtkomst till dina data för alla webbplatser
Mer information
Länkar för tillägg
  • Webbplats för support
Version
5.0.1
Storlek
488,79 kB
Senast uppdaterad
för 9 dagar sedan (4 okt 2025)
Relaterade kategorier
  • Sökverktyg
  • Foton, musik & videor
  • Spel & underhållning
Licens
Endast GNU Affero General Public License v3.0
Versionshistorik
  • Se alla versioner
Taggar
  • dailymotion
  • mp3
  • music
  • social media
  • streaming
  • twitch
  • twitter
  • youtube
Lägg till i samling
Rapportera detta tillägg
Versionsfakta för 5.0.1
  • Set the preferred language for shazam recognition results according to the browser's language settings
  • Show coverart in tencent backend
  • Netease backend(You can use it without registration, audio data is sent to netease server through pre-processing proxy that hosted by me)
  • Start recognition by shortcut key(Ctrl+E to tab recognition, Ctrl+Alt+E to microphone recognition)
  • Recording from another tab
  • Fixed recording issue when elem.currentSrc is blank
  • Editable recording duration preview
  • Support humming mode in tencent backend
  • Allow selecting between Normal Mode and Humming Mode
  • Refactor code
  • Fixed streaming providers link
  • Use album instead of release year
  • Allow customizing streaming providers
  • Workarounds configuration
  • Fixed AudioBufferSourceNode recording(This feature is experimental and very unstable,disabled by default)
  • Fixed Tiktok issue
  • Fixed CORS false negative(radio.garden fix)
Gå till Mozillas hemsida

Tillägg

  • Om
  • Firefox tilläggsblogg
  • Verkstad för tillägg
  • Utvecklarcenter
  • Utvecklarpolicyer
  • Community-blogg
  • Forum
  • Rapportera en bugg
  • Recensionsriktlinjer

Webbläsare

  • Desktop
  • Mobile
  • Enterprise

Produkter

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Sekretess
  • Kakor
  • Juridisk information

Om inte annat anges är innehållet på denna webbplats licensierat under Creative Commons Attribution Share-Alike Licens v3.0 eller någon senare version. Android är ett varumärke som tillhör Google LLC.