Inferhythm

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

Inferhythmคืออะไร?

Inferhythm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Inferhythm และคุณลักษณะหลักของมันคือ "Get Genius lyrics for the track that's currently being played on Spotify."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inferhythm

ดาวน์โหลดไฟล์ส่วนขยาย 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
}