Inferhythm

Get Genius lyrics for the track that's currently being played on Spotify.

Cos'è Inferhythm?

Inferhythm è un'estensione di Chrome sviluppata da Inferhythm, e la sua funzione principale è "Get Genius lyrics for the track that's currently being played on Spotify.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Inferhythm

Scarica i file di estensione Inferhythm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Inferhythm Inferhythm
ID oonjmhckklmpaepklgfjlipaoicfcfid
URL Ufficiale https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid
Descrizione Get Genius lyrics for the track that's currently being played on Spotify.
Dimensione del File 321 KB
Conteggio Installazioni 38
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-05-10
Data di Pubblicazione 2020-05-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Inferhythm
Tipo di Pagamento free
Lingue Supportate 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
}