Додатки браузера Firefox
  • Розширення
  • Теми
    • для Firefox
    • Словники та локалізації
    • Інші сайти браузера
    • Додатки для Android
Увійти
Перегляд Librezam

Librezam автор FoxRefire

Song recognition webextension using Shazam API (Also supports Audd and ACRCloud API)

Доступно у Firefox для Android™Доступно у Firefox для Android™
4.7 (48 reviews)4.7 (48 reviews)
15 072 Users15 072 Users
Для використання цього розширення вам потрібен Firefox
Завантажити Firefox та отримати розширення
Завантажити файл

Метадані розширення

Знімки екрана
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
Про це розширення
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
Коментарі розробника
===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.

===For testers and developers===
I'm working to improve the accuracy of the library used to generate fingerprints in Librezam's Shazam backend.
I'm conducting beta testing of significant changes that attempt to further improve the recognition accuracy of this library.
The beta release of the library can be found in the beta branch of my fork.
https://github.com/FoxRefire/node-shazam-api/tree/beta
You can use it by building and replacing the /libs/shazam-api.min.js file in this extension.
I welcome feedback on recognition accuracy, issues, and other related matters.
https://github.com/FoxRefire/Librezam/issues/28
Rated 4,7 by 48 reviewers
Увійдіть, щоб оцінити це розширення
Ще немає оцінок

Рейтинг збережено

5
39
4
5
3
3
2
0
1
1
Читати всі 48 відгуків
Permissions and dataДокладніше

Необхідні дозволи:

  • Показувати сповіщення
  • Отримувати доступ до вкладок браузера
  • Отримувати доступ до активності браузера під час навігації
  • Отримувати доступ до ваших даних для всіх вебсайтів

Необов'язкові дозволи:

  • Отримувати доступ до ваших даних для всіх вебсайтів
Більше інформації
Посилання додатка
  • Сайт підтримки
Версія
3.5
Розмір
339,58 КБ
Востаннє оновлено
10 днів тому (13 серп 2025 р.)
Пов'язані категорії
  • Засоби пошуку
  • Фото та мультимедіа
  • Ігри та розваги
Ліцензія
Лише Загальна громадська ліцензія Affero GNU v3.0
Історія версій
  • Переглянути всі версії
Мітки
  • dailymotion
  • mp3
  • music
  • social media
  • streaming
  • twitch
  • twitter
  • youtube
Додати до збірки
Повідомити про цей додаток
Примітки до випуску для 3.5
  • Efficient fallback system when recognition fails
  • Recognition from microphone
  • Apply user-select:none at result table header
  • Compose Settings and Automode into dropdown menu
Інші розширення від FoxRefire
  • Ще немає оцінок

  • Ще немає оцінок

  • Ще немає оцінок

  • Ще немає оцінок

  • Ще немає оцінок

  • Ще немає оцінок

Перейти на домівку Mozilla

Додатки

  • Про
  • Блог додатків Firefox
  • Семінар з розширень
  • Центр розробника
  • Політики розробників
  • Блог спільноти
  • Форум
  • Повідомити про помилку
  • Настанови з написання відгуків

Браузери

  • Desktop
  • Mobile
  • Enterprise

Продукти

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Приватність
  • Файли cookie
  • Правові положення

Окрім випадків зазначених тут, вміст цього сайту ліцензовано на умовах Creative Commons Attribution Share-Alike License v3.0, або будь-якою новішою версією. Android є торговельною маркою компанії Google LLC.