Inferhythm

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

O que é Inferhythm?

Inferhythm é uma extensão do Chrome desenvolvida por Inferhythm, e sua principal característica é "Get Genius lyrics for the track that's currently being played on Spotify.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Inferhythm

Baixe arquivos de extensão Inferhythm no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Inferhythm Inferhythm
ID oonjmhckklmpaepklgfjlipaoicfcfid
URL Oficial https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid
Descrição Get Genius lyrics for the track that's currently being played on Spotify.
Tamanho do Arquivo 321 KB
Contagem de Instalações 38
Versão Atual 1.0.3
Última Atualização 2020-05-10
Data de Publicação 2020-05-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Inferhythm
Tipo de Pagamento free
Idiomas Suportados 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
}