BPM Tapper

Find the BPM of your music by clicking in time with the beat.

What is BPM Tapper?

BPM Tapper is a Chrome extension developed by Chris B., and its main feature is "Find the BPM of your music by clicking in time with the beat.".

Extension Screenshots

screenshot

Download BPM Tapper Extension CRX File

Download BPM Tapper 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 the beats-per-minute (BPM) of the song you're listening to by clicking or pressing any key in time with the music.

This handy tool will make it easy to find BPMs to help you learn to play songs, discover the perfect tracks for your DJ mix, or simply learn more about your favorite tunes.

The source code for this extension is available on Github at the Website link below.                    

Extension Basic Information

Name BPM Tapper BPM Tapper
ID bjmlgmafibinjaenlecblghckooofkma
Official URL https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma
Description Find the BPM of your music by clicking in time with the beat.
File Size 17.87 KB
Installation Count 5,163
Current Version 1.1.0
Last Updated 2016-11-15
Publish Date 2016-11-15
Rating 4.93/5 Total 14 Ratings
Developer Chris B.
Email [email protected]
Payment Type free
Extension Website https://github.com/chrisblazek/bpm-tapper
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BPM Tapper",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Find the BPM of your music by clicking in time with the beat.",
    "homepage_url": "https:\/\/github.com\/chrisblazek\/bpm-tapper",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/event\/event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "BPM Tapper",
        "default_popup": "src\/popup\/popup.html"
    }
}