Song BPM Finder and Extractor

Get BPM count from music or sound files.

Qu'est-ce que Song BPM Finder and Extractor ?

Song BPM Finder and Extractor est une extension Chrome développée par Xeri Media Crew | XMC, et sa fonction principale est "Get BPM count from music or sound files.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Song BPM Finder and Extractor

Téléchargez les fichiers d'extension Song BPM Finder and Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Song BPM Finder and Extractor Song BPM Finder and Extractor
ID abfmcpmjdihbbhinfiainfpaaclnicfd
URL Officiel https://chrome.google.com/webstore/detail/song-bpm-finder-and-extra/abfmcpmjdihbbhinfiainfpaaclnicfd
Description Get BPM count from music or sound files.
Taille du Fichier 14.88 KB
Nombre d'Installations 1,000
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-08-03
Date de Publication 2020-12-01
Évaluation 3.00/5 Total 2 Évaluations
Développeur Xeri Media Crew | XMC
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.xeriflow.net/privacy-policy
Langues Prises en Charge 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"
    }
}