Dodatki do przeglądarki Firefox
  • Rozszerzenia
  • Motywy
    • do Firefoksa
    • Słowniki i pakiety językowe
    • Inne strony
    • Dodatki na Androida
Zaloguj się
Ikona dodatku

Historia wersji dodatku Translatify: Spotify Lyrics Translation — 17 wersji

Translatify: Spotify Lyrics Translation Autor: Slyfti

Ocena: 4/5
4 gwiazdki/5
5
3
4
1
3
0
2
0
1
1
Historia wersji dodatku Translatify: Spotify Lyrics Translation — 17 wersji
  • Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.

  • Najnowsza wersja

    Wersja 0.0.0.22

    Data wydania: 4 sie 2026 — 135,52 KB
    Działa z: firefox 109.0 i nowsze, android 128.0 i nowsze
    0.0.0.22:
    fixed popup width (reverted mobile exclusive css)

    Licencja kodu źródłowego: Licencja MIT

    Pobierz Firefoksa i to rozszerzenie
    Pobierz plik
  • Poprzednie wersje

    Wersja 0.0.0.21

    Data wydania: 4 sie 2026 — 135,91 KB
    Działa z: firefox 109.0 i nowsze, android 128.0 i nowsze
    0.0.0.21:
    bump

    0.0.0.20:
    The DLX translation provider, contributed by Fahry-a and merged in PR #13.
    New: DLX translation provider
    Third translation provider alongside Google Translate and Custom AI (BYOK).
    DLX-compatible endpoints (formerly DeepLX): no API key required, self-hostable server proxying DeepL.
    New provider panel with endpoint URL, translation mode, and Test Connection.
    Batch mode by default — the whole lyric sheet goes out as one request per song (DLX preserves newlines); a per-line mode is available as an option.
    Language mapping from the extension's selector codes to DLX codes (uppercase ISO-639-1, regional variants, and aliases like Filipino→TL, Norwegian→NB, Kurdish→KMR).
    No default endpoint is bundled — the user explicitly chooses the server. See the DLX Provider page for options, including a self-hosting guide.
    Locale strings for all 11 locales.

    Fixes

    Popup setting changes (target language, etc.) now apply immediately — no more toggling the translate button. Root cause: tabs.query({url}) requires a host permission the extension doesn't have, so popup messages never reached the content script. Fixed via chrome.storage.onChanged + tab queries without URL filter + a translate() queue so requests arriving mid-pass are re-run instead of dropped.
    Consistent DLX translations on synced lyrics — the observer no longer re-translates lines that Spotify re-renders for dynamic highlighting; cache misses are batched via a 200 ms debounce instead of translating per-line.
    DLX batch requests serialized — the observer can't fire per-line requests while a batch is in flight; misses accumulate and flush in one follow-up batch.
    DLX batch failures stop cleanly — an error marker is shown on the translate button instead of fanning out per-line requests that could produce inconsistent results.
    Custom AI cache namespace — AI results are cached under customAI (not google), and the observer reads ['customAI', 'google'], so re-rendered lines keep the AI translation; the AI render loop no longer reads a raw cache key.
    DLX & Custom AI endpoints only apply after host permission granted — settings are saved before the permission prompt (which can close the popup), the prompt is requested before await (user-gesture requirement), and settings propagate only on success; a successful Test Connection also pushes settings to open tabs.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.19

    Data wydania: 16 cze 2026 — 117,25 KB
    Działa z: firefox 109.0 i nowsze
    Version 0.0.0.19
    • Added Custom AI Translation Provider (compatible with OpenAI/BYOK endpoints) allowing users to use their own AI API key and model.
    • Added popup settings for AI: API Endpoint, API Key, Model Name, Thinking Mode toggle, and a "Test Connection" button.
    • Added "Instant preview" (AI failover toggle): instantly displays Google Translate results while the AI batch translates in the background.
    • Added loading indicator and AI color gradient effect to the translate button on the player controls.
    • Added visual error feedback (red "!") on the player's translate button when AI requests fail.
    • Optimized network requests and billing: duplicate request prevention, safe re-entrancy guard, and cache anchoring based on unique song titles.
    • Moved broad site permissions (https://*/*) to optional host permissions, requesting access dynamically at runtime to protect privacy.
    • Added cache management controls in the popup: clear current song cache, clear all cache, and a debug option to clear all extension storage (with confirmation prompt).
    • Automatically defaults target language to the browser language on fresh installations.
    • Refactored popup UI layout, theme, and spacing for a cleaner look.
      Contributions by coolwindX

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.15

    Data wydania: 26 mar 2026 — 104,45 KB
    Działa z: firefox 109.0 i nowsze
    Version 0.0.0.15
    • fixed CORS problems by fetching translation using the browser in background.js instead of using content scripts

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.14

    Data wydania: 28 sty 2026 — 103,56 KB
    Działa z: firefox 109.0 i nowsze
    Version 0.0.0.14
    • fixed bug involving focused lyric due to class name change on Spotify's UI
    • added UI translations

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.13

    Data wydania: 12 lis 2025 — 100,55 KB
    Działa z: firefox 109.0 i nowsze
    Version 0.0.0.13
    • Override UI fix: stuttering
    • lyrics line heigth fix

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.12

    Data wydania: 12 lis 2025 — 100,49 KB
    Działa z: firefox 109.0 i nowsze
    Version 0.0.0.12
    • Override UI small fix

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.11

    Data wydania: 12 lis 2025 — 99,48 KB
    Działa z: firefox 109.0 i nowsze
    Version 0.0.0.11
    • Partial fix due to Spotify's UI update

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.10

    Data wydania: 1 wrz 2025 — 92,34 KB
    Działa z: firefox 109.0 i nowsze
    Version 0.0.0.10
    • QoL: Active lyrics now scrolls into view on translation toggle

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.9

    Data wydania: 7 cze 2025 — 89,11 KB
    Działa z: firefox 109.0 i nowsze
    Version 0.0.0.9
    • UI Mini revamp
    • Added localization
    • Button on popup to toggle translation

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.8

    Data wydania: 29 sty 2025 — 84,06 KB
    Działa z: firefox 109.0 i nowsze
    # Version 0.0.0.8
    - style fix for translateButton
    - added link to GitHub in the popup menu

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.7

    Data wydania: 23 sty 2025 — 84,01 KB
    Działa z: firefox 109.0 i nowsze

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.6

    Data wydania: 17 sty 2025 — 222,88 KB
    Działa z: firefox 109.0 i nowsze
    ## Version 0.0.0.6
    - Better language select in popup page (now searchable)

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.5

    Data wydania: 24 gru 2024 — 30,89 KB
    Działa z: firefox 109.0 i nowsze
    # Version 0.0.0.5
    - Better first install experience
    - translateButton : activated by default
    - language : browser language by default

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.4

    Data wydania: 23 lis 2024 — 28,91 KB
    Działa z: firefox 109.0 i nowsze
    Smaller popup and bug fixes

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.3

    Data wydania: 14 lis 2024 — 1,03 MB
    Działa z: firefox 109.0 i nowsze
    Version 0.0.0.3

    - cleaner popup page
    - minor bug fixes

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 0.0.0.2

    Data wydania: 13 lis 2024 — 553,28 KB
    Działa z: firefox 109.0 i nowsze

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
Strona domowa Mozilli

Dodatki

  • O serwisie
  • Blog dodatków do Firefoksa
  • Warsztat rozszerzeń
  • Strefa autora
  • Zasady programistów
  • Blog społeczności
  • Forum
  • Zgłoś błąd
  • Wytyczne recenzji

Pobieranie

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Najnowsze kompilacje

  • Nightly
  • Beta

Firefox dla firm

  • Enterprise

Społeczność

  • Connect
  • Contribute
  • Developer

Obserwuj nas

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Prywatność
  • Ciasteczka
  • Kwestie prawne

O ile nie wskazano inaczej, treść tej strony jest dostępna na warunkach licencji Creative Commons Attribution Share-Alike w wersji 3.0 lub nowszej.