Inferhythm

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

Hvad er Inferhythm?

Inferhythm er en Chrome-udvidelse udviklet af Inferhythm, og dens hovedfunktion er "Get Genius lyrics for the track that's currently being played on Spotify.".

Udvidelsesskærmbilleder

screenshot

Download Inferhythm-udvidelses-CRX-fil

Download Inferhythm-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Inferhythm Inferhythm
ID oonjmhckklmpaepklgfjlipaoicfcfid
Officiel URL https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid
Beskrivelse Get Genius lyrics for the track that's currently being played on Spotify.
Filstørrelse 321 KB
Antal Installationer 38
Nuværende Version 1.0.3
Senest Opdateret 2020-05-10
Udgivelsesdato 2020-05-09
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Inferhythm
Betalingsmetode free
Understøttede Sprog 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
}