JS Drum Kit

Keyboard drumkit on every new tab!

What is JS Drum Kit?

JS Drum Kit is a Chrome extension developed by schuette.markus, and its main feature is "Keyboard drumkit on every new tab!".

Extension Screenshots

screenshot

Download JS Drum Kit Extension CRX File

Download JS Drum Kit 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

                                            

Extension Basic Information

Name JS Drum Kit JS Drum Kit
ID kpdpfilpdghammlkfdahigbpgjjebija
Official URL https://chromewebstore.google.com/detail/js-drum-kit/kpdpfilpdghammlkfdahigbpgjjebija
Description Keyboard drumkit on every new tab!
File Size 940 KB
Installation Count 491
Current Version 1.0.0
Last Updated 2018-09-18
Publish Date 2018-09-18
Rating 1.00/5 Total 2 Ratings
Developer schuette.markus
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS Drum Kit",
    "description": "Keyboard drumkit on every new tab!",
    "version": "1.0.0",
    "manifest_version": 2,
    "scripts": "js\/custom.js",
    "icons": {
        "128": "drumkitlogo_128.png",
        "256": "drumkitlogo_256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index-SCHUETTE.html"
    }
}