Inferhythm
Get Genius lyrics for the track that's currently being played on Spotify.
Vad är Inferhythm?
Inferhythm är en Chrome-tillägg utvecklad av Inferhythm, och dess huvudfunktion är "Get Genius lyrics for the track that's currently being played on Spotify.".
Tilläggsskärmbilder
Ladda ner Inferhythm-förlängningens CRX-fil
Ladda ner Inferhythm-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Inferhythm |
ID | oonjmhckklmpaepklgfjlipaoicfcfid |
Officiell webbadress | https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid |
Beskrivning | Get Genius lyrics for the track that's currently being played on Spotify. |
Filstorlek | 321 KB |
Antal Installationer | 38 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2020-05-10 |
Publiceringsdatum | 2020-05-09 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Inferhythm |
Betalningssätt | free |
Stödda Språk | 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 } |