Inferhythm

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

什么是Inferhythm?

Inferhythm是由Inferhythm开发的Chrome扩展程序,该扩展的主要功能是“Get Genius lyrics for the track that's currently being played on Spotify.”。

扩展截图

screenshot

下载Inferhythm扩展crx文件

下载Inferhythm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Inferhythm Inferhythm
ID oonjmhckklmpaepklgfjlipaoicfcfid
官方URL https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid
简介 Get Genius lyrics for the track that's currently being played on Spotify.
文件大小 321 KB
安装次数 38
当前版本 1.0.3
更新时间 2020-05-10
上架时间 2020-05-09
评分 5.00/5 共2次评分
开发者 Inferhythm
付费类型 free
支持的语言 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
}