Inferhythm
Get Genius lyrics for the track that's currently being played on Spotify.
Was ist Inferhythm?
Inferhythm ist eine Chrome-Erweiterung, die von Inferhythm entwickelt wurde, und ihr Hauptmerkmal ist "Get Genius lyrics for the track that's currently being played on Spotify.".
Erweiterungsscreenshots
Inferhythm-Erweiterungs-CRX-Datei herunterladen
Laden Sie Inferhythm-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Inferhythm |
ID | oonjmhckklmpaepklgfjlipaoicfcfid |
Offizielle URL | https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid |
Beschreibung | Get Genius lyrics for the track that's currently being played on Spotify. |
Dateigröße | 321 KB |
Installationsanzahl | 38 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2020-05-10 |
Veröffentlichungsdatum | 2020-05-09 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Inferhythm |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |