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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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 } |