Inferhythm

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

What is Inferhythm?

Inferhythm is a Chrome extension developed by Inferhythm, and its main feature is "Get Genius lyrics for the track that's currently being played on Spotify.".

Extension Screenshots

screenshot

Download Inferhythm Extension CRX File

Download Inferhythm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Inferhythm Inferhythm
ID oonjmhckklmpaepklgfjlipaoicfcfid
Official URL https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid
Description Get Genius lyrics for the track that's currently being played on Spotify.
File Size 321 KB
Installation Count 38
Current Version 1.0.3
Last Updated 2020-05-10
Publish Date 2020-05-09
Rating 5.00/5 Total 2 Ratings
Developer Inferhythm
Payment Type free
Supported Languages 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
}