Inferhythm
Get Genius lyrics for the track that's currently being played on Spotify.
Wat is Inferhythm?
Inferhythm is een Chrome-extensie ontwikkeld door Inferhythm, en de belangrijkste functie is "Get Genius lyrics for the track that's currently being played on Spotify.".
Extensie Screenshots
Download het CRX-bestand van de extensie Inferhythm
Download Inferhythm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | oonjmhckklmpaepklgfjlipaoicfcfid |
| Officiële URL | https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid |
| Beschrijving | Get Genius lyrics for the track that's currently being played on Spotify. |
| Bestandsgrootte | 321 KB |
| Aantal Installaties | 38 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2020-05-10 |
| Publicatiedatum | 2020-05-09 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Inferhythm |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |