Song BPM Finder and Extractor
Get BPM count from music or sound files.
Cos'è Song BPM Finder and Extractor?
Song BPM Finder and Extractor è un'estensione di Chrome sviluppata da Xeri Media Crew | XMC, e la sua funzione principale è "Get BPM count from music or sound files.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Song BPM Finder and Extractor
Scarica i file di estensione Song BPM Finder and Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Find BPM count of every music or sound file. With the Song BPM Finder you can extract the BPM and find the speed of a beat.
Informazioni di Base sull'Estensione
Nome | |
ID | abfmcpmjdihbbhinfiainfpaaclnicfd |
URL Ufficiale | https://chrome.google.com/webstore/detail/song-bpm-finder-and-extra/abfmcpmjdihbbhinfiainfpaaclnicfd |
Descrizione | Get BPM count from music or sound files. |
Dimensione del File | 14.88 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-08-03 |
Data di Pubblicazione | 2020-12-01 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Xeri Media Crew | XMC |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.xeriflow.net/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Song BPM Finder and Extractor", "description": "Get BPM count from music or sound files.", "version": "1.0.1", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |