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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}