Inferhythm

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

Co to jest Inferhythm?

Inferhythm to rozszerzenie Chrome opracowane przez Inferhythm, a jego główną funkcją jest „Get Genius lyrics for the track that's currently being played on Spotify.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Inferhythm

Pobierz pliki rozszerzeń Inferhythm w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Inferhythm Inferhythm
ID oonjmhckklmpaepklgfjlipaoicfcfid
Oficjalny URL https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid
Opis Get Genius lyrics for the track that's currently being played on Spotify.
Rozmiar pliku 321 KB
Liczba instalacji 38
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2020-05-10
Data Publikacji 2020-05-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Inferhythm
Typ Płatności free
Obsługiwane Języki 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
}