Song BPM Finder and Extractor

Get BPM count from music or sound files.

Wat is Song BPM Finder and Extractor?

Song BPM Finder and Extractor is een Chrome-extensie ontwikkeld door Xeri Media Crew | XMC, en de belangrijkste functie is "Get BPM count from music or sound files.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Song BPM Finder and Extractor

Download Song BPM Finder and Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Song BPM Finder and Extractor Song BPM Finder and Extractor
ID abfmcpmjdihbbhinfiainfpaaclnicfd
Officiële URL https://chrome.google.com/webstore/detail/song-bpm-finder-and-extra/abfmcpmjdihbbhinfiainfpaaclnicfd
Beschrijving Get BPM count from music or sound files.
Bestandsgrootte 14.88 KB
Aantal Installaties 1,000
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-08-03
Publicatiedatum 2020-12-01
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Xeri Media Crew | XMC
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.xeriflow.net/privacy-policy
Ondersteunde Talen 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"
    }
}