Inferhythm
Get Genius lyrics for the track that's currently being played on Spotify.
Apa itu Inferhythm?
Inferhythm adalah ekstensi Chrome yang dikembangkan oleh Inferhythm, dan fitur utamanya adalah "Get Genius lyrics for the track that's currently being played on Spotify.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Inferhythm
Unduh file ekstensi Inferhythm dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Inferhythm |
ID | oonjmhckklmpaepklgfjlipaoicfcfid |
URL Resmi | https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid |
Deskripsi | Get Genius lyrics for the track that's currently being played on Spotify. |
Ukuran File | 321 KB |
Jumlah Instalasi | 38 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2020-05-10 |
Tanggal Publikasi | 2020-05-09 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Inferhythm |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |