Song BPM Finder and Extractor

Get BPM count from music or sound files.

What is Song BPM Finder and Extractor?

Song BPM Finder and Extractor is a Chrome extension developed by Xeri Media Crew | XMC, and its main feature is "Get BPM count from music or sound files.".

Extension Screenshots

screenshot

Download Song BPM Finder and Extractor Extension CRX File

Download Song BPM Finder and Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Song BPM Finder and Extractor Song BPM Finder and Extractor
ID abfmcpmjdihbbhinfiainfpaaclnicfd
Official URL https://chrome.google.com/webstore/detail/song-bpm-finder-and-extra/abfmcpmjdihbbhinfiainfpaaclnicfd
Description Get BPM count from music or sound files.
File Size 14.88 KB
Installation Count 1,000
Current Version 1.0.1
Last Updated 2021-08-03
Publish Date 2020-12-01
Rating 3.00/5 Total 2 Ratings
Developer Xeri Media Crew | XMC
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.xeriflow.net/privacy-policy
Supported Languages 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"
    }
}