Inferhythm
Get Genius lyrics for the track that's currently being played on Spotify.
Qu'est-ce que Inferhythm ?
Inferhythm est une extension Chrome développée par Inferhythm, et sa fonction principale est "Get Genius lyrics for the track that's currently being played on Spotify.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Inferhythm
Téléchargez les fichiers d'extension Inferhythm au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Inferhythm |
ID | oonjmhckklmpaepklgfjlipaoicfcfid |
URL Officiel | https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid |
Description | Get Genius lyrics for the track that's currently being played on Spotify. |
Taille du Fichier | 321 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2020-05-10 |
Date de Publication | 2020-05-09 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Inferhythm |
Type de Paiement | free |
Langues Prises en Charge | 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 } |