Inferhythm
Get Genius lyrics for the track that's currently being played on Spotify.
Co je Inferhythm?
Inferhythm je rozšíření Chrome vyvinuté Inferhythm, a jeho hlavní funkcí je „Get Genius lyrics for the track that's currently being played on Spotify.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Inferhythm
Stáhněte si soubory rozšíření Inferhythm ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Inferhythm helps you find the Genius page for the track you're listening to on Spotify. Within a couple of clicks, you can find the meaning behind the lyrics without having to type out what you're looking for on Genius or Google.
Základní Informace o Rozšíření
Název | Inferhythm |
ID | oonjmhckklmpaepklgfjlipaoicfcfid |
Oficiální URL | https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid |
Popis | Get Genius lyrics for the track that's currently being played on Spotify. |
Velikost souboru | 321 KB |
Počet instalací | 38 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2020-05-10 |
Datum Vydání | 2020-05-09 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Inferhythm |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inferhythm", "version": "1.0.3", "description": "Get Genius lyrics for the track that's currently being played on Spotify.", "permissions": [ "identity", "cookies", "https:\/\/accounts.spotify.com\/api\/token", "https:\/\/api.genius.com\/search" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |