Translatify - Translate Spotify Lyrics

Instantly translate Spotify lyrics into your language in real-time.

As of June 2026, Translatify - Translate Spotify Lyrics has 8,000 users and a 4.73/5 rating from 44 reviews in the Functionality & UI category.

Usersup 33.3 percent+33.3%
8.0K
8,000
Ratingup 0.4 percent+0.4%
4.73
44 reviews
Reviewsup 29.4 percent+29.4%
44
Version
0.0.0.19
Manifest V3
90-day change · In the last 90 days this extension gained 2.0K users, 3 version updates.

History

10 snapshots

Tracking since Apr 5, 2026.

8.2K7.0K5.8KApr 5, 2026Jun 21, 2026
View as table
DateUsersRatingReviewsVersion
Apr 5, 20266.0K4.71340.0.0.15
Apr 16, 20266.0K4.71350.0.0.15
Apr 26, 20266.0K4.71350.0.0.15
May 7, 20266.0K4.71350.0.0.15
May 14, 20267.0K4.73370.0.0.16
May 18, 20267.0K4.74380.0.0.16
May 23, 20267.0K4.70400.0.0.16
May 28, 20267.0K4.71420.0.0.16
Jun 2, 20267.0K4.71420.0.0.18
Jun 21, 20268.0K4.71420.0.0.18
Now8.0K4.73440.0.0.19

Changelog

  • Jun 21, 2026
    description
    Translate lyrics displayed in Spotify’s web player into your chosen language. With seamless multilingual support and an intuitive interface, enjoy real-time lyric translations while listening to your favorite songs.
    
    Install with ease and select your preferred target language directly from the extension’s popup. A new translation button will appear on the player interface allowing you to toggle the translation !
    
    Contribute on GitHub: https://github.com/Slyfti/translatify
    
    # Changelog
    
    ## Version 0.0.0.18
    Bug fixes
    
    ## Version 0.0.0.16
    Improve browser compatibility: OperaGX (by djerok)
    
    ## Version 0.0.0.15
    - fixed CORS problems by fetching translation using the browser in background.js instead of using content scripts
    
     ## Version 0.0.0.14
    - fixed bug involving focused lyric due to class name change on Spotify's UI
    - added UI translations 
    
    ## Version 0.0.0.13
    - Override UI fix: stuttering
    - lyrics line heigth fix
    
    ## Version 0.0.0.12
    - Override UI small fix
    
    ## Version 0.0.0.11
    - Partial fix due to Spotify's UI update
    - Revamp popup UI
    
    ## Version 0.0.0.10
    - QoL: Active lyrics now scrolls into view on translation toggle
    
    ## Version 0.0.0.9
    - UI Mini revamp
    - Added localization
    - Button on popup to toggle translation
    
    ## Version 0.0.0.8
    - style fix for translateButton
    -  added link to GitHub in the popup menu
    
    
    ## Version 0.0.0.7
    - Visual fix: translate button
    
    ## Version 0.0.0.6
    - Better language select in popup page (now searchable)
    
    ## Version 0.0.0.5
    - Better first install experience
      - translateButton : activated by default
      - language : browser language by default 
    
    ## Version 0.0.0.4
    - Smaller popup/settings page
    - Small bug fixes
    Instantly translate Spotify lyrics into your language in real-time.
    
    Translate lyrics displayed in Spotify’s web player into your chosen language. With seamless multilingual support and an intuitive interface, enjoy real-time lyric translations while listening to your favorite songs.
    
    Install with ease and select your preferred target language directly from the extension’s popup. A new translation button will appear on the player interface allowing you to toggle the translation !
    
    Contribute on GitHub: https://github.com/Slyfti/translatify
    
    # Changelog
    
    ## 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
    
    ## Version 0.0.0.18
    Bug fixes
    
    ## Version 0.0.0.16
    Improve browser compatibility: OperaGX (by djerok)
    
    ## Version 0.0.0.15
    - fixed CORS problems by fetching translation using the browser in background.js instead of using content scripts
    
    ## Version 0.0.0.14
    - fixed bug involving focused lyric due to class name change on Spotify's UI
    - added UI translations
    
    ## Version 0.0.0.13
    - Override UI fix: stuttering
    - lyrics line heigth fix
    
    ## Version 0.0.0.12
    - Override UI small fix
    
    ## Version 0.0.0.11
    - Partial fix due to Spotify's UI update
    - Revamp popup UI
    
    ## Version 0.0.0.10
    - QoL: Active lyrics now scrolls into view on translation toggle
    
    ## Version 0.0.0.9
    - UI Mini revamp
    - Added localization
    - Button on popup to toggle translation
    
    ## Version 0.0.0.8
    - style fix for translateButton
    - added link to GitHub in the popup menu
    
    ## Version 0.0.0.7
    - Visual fix: translate button
    
    ## Version 0.0.0.6
    - Better language select in popup page (now searchable)
    
    ## Version 0.0.0.5
    - Better first install experience
      - translateButton : activated by default
      - language : browser language by default
    
    ## Version 0.0.0.4
    - Smaller popup/settings page
    - Small bug fixes
  • May 28, 2026
    description
    Translate lyrics displayed in Spotify’s web player into your chosen language. With seamless multilingual support and an intuitive interface, enjoy real-time lyric translations while listening to your favorite songs.
    
    Install with ease and select your preferred target language directly from the extension’s popup. A new translation button will appear on the player interface allowing you to toggle the translation !
    
    Contribute on GitHub: https://github.com/Slyfti/translatify
    
    # Changelog
    
    ## Version 0.0.0.16
    Improve browser compatibility: OperaGX (by djerok)
    
    ## Version 0.0.0.15
    - fixed CORS problems by fetching translation using the browser in background.js instead of using content scripts
    
     ## Version 0.0.0.14
    - fixed bug involving focused lyric due to class name change on Spotify's UI
    - added UI translations 
    
    ## Version 0.0.0.13
    - Override UI fix: stuttering
    - lyrics line heigth fix
    
    ## Version 0.0.0.12
    - Override UI small fix
    
    ## Version 0.0.0.11
    - Partial fix due to Spotify's UI update
    - Revamp popup UI
    
    ## Version 0.0.0.10
    - QoL: Active lyrics now scrolls into view on translation toggle
    
    ## Version 0.0.0.9
    - UI Mini revamp
    - Added localization
    - Button on popup to toggle translation
    
    ## Version 0.0.0.8
    - style fix for translateButton
    -  added link to GitHub in the popup menu
    
    
    ## Version 0.0.0.7
    - Visual fix: translate button
    
    ## Version 0.0.0.6
    - Better language select in popup page (now searchable)
    
    ## Version 0.0.0.5
    - Better first install experience
      - translateButton : activated by default
      - language : browser language by default 
    
    ## Version 0.0.0.4
    - Smaller popup/settings page
    - Small bug fixes
    Translate lyrics displayed in Spotify’s web player into your chosen language. With seamless multilingual support and an intuitive interface, enjoy real-time lyric translations while listening to your favorite songs.
    
    Install with ease and select your preferred target language directly from the extension’s popup. A new translation button will appear on the player interface allowing you to toggle the translation !
    
    Contribute on GitHub: https://github.com/Slyfti/translatify
    
    # Changelog
    
    ## Version 0.0.0.18
    Bug fixes
    
    ## Version 0.0.0.16
    Improve browser compatibility: OperaGX (by djerok)
    
    ## Version 0.0.0.15
    - fixed CORS problems by fetching translation using the browser in background.js instead of using content scripts
    
     ## Version 0.0.0.14
    - fixed bug involving focused lyric due to class name change on Spotify's UI
    - added UI translations 
    
    ## Version 0.0.0.13
    - Override UI fix: stuttering
    - lyrics line heigth fix
    
    ## Version 0.0.0.12
    - Override UI small fix
    
    ## Version 0.0.0.11
    - Partial fix due to Spotify's UI update
    - Revamp popup UI
    
    ## Version 0.0.0.10
    - QoL: Active lyrics now scrolls into view on translation toggle
    
    ## Version 0.0.0.9
    - UI Mini revamp
    - Added localization
    - Button on popup to toggle translation
    
    ## Version 0.0.0.8
    - style fix for translateButton
    -  added link to GitHub in the popup menu
    
    
    ## Version 0.0.0.7
    - Visual fix: translate button
    
    ## Version 0.0.0.6
    - Better language select in popup page (now searchable)
    
    ## Version 0.0.0.5
    - Better first install experience
      - translateButton : activated by default
      - language : browser language by default 
    
    ## Version 0.0.0.4
    - Smaller popup/settings page
    - Small bug fixes
  • May 7, 2026
    description
    Translate lyrics displayed in Spotify’s web player into your chosen language. With seamless multilingual support and an intuitive interface, enjoy real-time lyric translations while listening to your favorite songs.
    
    Install with ease and select your preferred target language directly from the extension’s popup. A new translation button will appear on the player interface allowing you to toggle the translation !
    
    Contribute on GitHub: https://github.com/Slyfti/translatify
    
    # Changelog
    
    ## Version 0.0.0.15
    - fixed CORS problems by fetching translation using the browser in background.js instead of using content scripts
    
     ## Version 0.0.0.14
    - fixed bug involving focused lyric due to class name change on Spotify's UI
    - added UI translations 
    
    ## Version 0.0.0.13
    - Override UI fix: stuttering
    - lyrics line heigth fix
    
    ## Version 0.0.0.12
    - Override UI small fix
    
    ## Version 0.0.0.11
    - Partial fix due to Spotify's UI update
    - Revamp popup UI
    
    ## Version 0.0.0.10
    - QoL: Active lyrics now scrolls into view on translation toggle
    
    ## Version 0.0.0.9
    - UI Mini revamp
    - Added localization
    - Button on popup to toggle translation
    
    ## Version 0.0.0.8
    - style fix for translateButton
    -  added link to GitHub in the popup menu
    
    
    ## Version 0.0.0.7
    - Visual fix: translate button
    
    ## Version 0.0.0.6
    - Better language select in popup page (now searchable)
    
    ## Version 0.0.0.5
    - Better first install experience
      - translateButton : activated by default
      - language : browser language by default 
    
    ## Version 0.0.0.4
    - Smaller popup/settings page
    - Small bug fixes
    Translate lyrics displayed in Spotify’s web player into your chosen language. With seamless multilingual support and an intuitive interface, enjoy real-time lyric translations while listening to your favorite songs.
    
    Install with ease and select your preferred target language directly from the extension’s popup. A new translation button will appear on the player interface allowing you to toggle the translation !
    
    Contribute on GitHub: https://github.com/Slyfti/translatify
    
    # Changelog
    
    ## Version 0.0.0.16
    Improve browser compatibility: OperaGX (by djerok)
    
    ## Version 0.0.0.15
    - fixed CORS problems by fetching translation using the browser in background.js instead of using content scripts
    
     ## Version 0.0.0.14
    - fixed bug involving focused lyric due to class name change on Spotify's UI
    - added UI translations 
    
    ## Version 0.0.0.13
    - Override UI fix: stuttering
    - lyrics line heigth fix
    
    ## Version 0.0.0.12
    - Override UI small fix
    
    ## Version 0.0.0.11
    - Partial fix due to Spotify's UI update
    - Revamp popup UI
    
    ## Version 0.0.0.10
    - QoL: Active lyrics now scrolls into view on translation toggle
    
    ## Version 0.0.0.9
    - UI Mini revamp
    - Added localization
    - Button on popup to toggle translation
    
    ## Version 0.0.0.8
    - style fix for translateButton
    -  added link to GitHub in the popup menu
    
    
    ## Version 0.0.0.7
    - Visual fix: translate button
    
    ## Version 0.0.0.6
    - Better language select in popup page (now searchable)
    
    ## Version 0.0.0.5
    - Better first install experience
      - translateButton : activated by default
      - language : browser language by default 
    
    ## Version 0.0.0.4
    - Smaller popup/settings page
    - Small bug fixes

Permissions & access

Permissions
storage
Host access
https://translate.googleapis.com/*

Screenshots

Translatify - Translate Spotify Lyrics screenshot 1Translatify - Translate Spotify Lyrics screenshot 2Translatify - Translate Spotify Lyrics screenshot 3Translatify - Translate Spotify Lyrics screenshot 4

About

Instantly translate Spotify lyrics into your language in real-time.

Translate lyrics displayed in Spotify’s web player into your chosen language. With seamless multilingual support and an intuitive interface, enjoy real-time lyric translations while listening to your favorite songs.

Install with ease and select your preferred target language directly from the extension’s popup. A new translation button will appear on the player interface allowing you to toggle the translation !

Contribute on GitHub: https://github.com/Slyfti/translatify

# Changelog

## 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

## Version 0.0.0.18
Bug fixes

## Version 0.0.0.16
Improve browser compatibility: OperaGX (by djerok)

## Version 0.0.0.15
- fixed CORS problems by fetching translation using the browser in background.js instead of using content scripts

## Version 0.0.0.14
- fixed bug involving focused lyric due to class name change on Spotify's UI
- added UI translations

## Version 0.0.0.13
- Override UI fix: stuttering
- lyrics line heigth fix

## Version 0.0.0.12
- Override UI small fix

## Version 0.0.0.11
- Partial fix due to Spotify's UI update
- Revamp popup UI

## Version 0.0.0.10
- QoL: Active lyrics now scrolls into view on translation toggle

## Version 0.0.0.9
- UI Mini revamp
- Added localization
- Button on popup to toggle translation

## Version 0.0.0.8
- style fix for translateButton
- added link to GitHub in the popup menu

## Version 0.0.0.7
- Visual fix: translate button

## Version 0.0.0.6
- Better language select in popup page (now searchable)

## Version 0.0.0.5
- Better first install experience
  - translateButton : activated by default
  - language : browser language by default

## Version 0.0.0.4
- Smaller popup/settings page
- Small bug fixes

Technical

Version
0.0.0.19
Manifest
V3
Size
112KiB
Min Chrome
88
Languages
10
Featured
No

Metadata

ID
odglneiicjonedgaldglaalgagkhanmi
Developer ID
u97d55a1f3d55c449bd4f882e8dbb22cd
Developer Email
[email protected]
Created
Nov 19, 2024
Last Updated (Store)
Jun 17, 2026
Last Scraped
Jun 21, 2026
Privacy Policy

Similar extensions

Alternatives to Translatify - Translate Spotify Lyrics, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 21, 2026.