BareBones MIDI Player

It plays MIDIs.

What is BareBones MIDI Player?

BareBones MIDI Player is a Chrome extension developed by splch, and its main feature is "It plays MIDIs.".

Extension Screenshots

screenshot
screenshot

Download BareBones MIDI Player Extension CRX File

Download BareBones MIDI Player 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

                        Online, Offline
BareBones MIDI
Anytime.

This bare-bones MIDI Player does nothing more and nothing less than play any MIDI.



I use MIDIjs as the lightweight JavaScript MIDI library.

GitHub: https://github.com/splch/BareBones-MIDI-Player

A tune if you need: https://onlinesequencer.net/m/1061424_1.mid                    

Extension Basic Information

Name BareBones MIDI Player BareBones MIDI Player
ID ddibjepofbeacmjfabjiagcgihdmbcgp
Official URL https://chromewebstore.google.com/detail/barebones-midi-player/ddibjepofbeacmjfabjiagcgihdmbcgp
Description It plays MIDIs.
File Size 69.04 MB
Installation Count 2,495
Current Version 0.47
Last Updated 2020-12-22
Publish Date 2020-01-29
Rating 4.74/5 Total 19 Ratings
Developer splch
Email [email protected]
Payment Type free
Extension Website https://github.com/splch/BareBones-MIDI-Player
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BareBones MIDI Player",
    "version": "0.47",
    "description": "It plays MIDIs.",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_title": "BareBones MIDI"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "offline_enabled": true,
    "short_name": "BareBones MIDI"
}