MP-CHROME 2000

MP-CHROME 2000

What is MP-CHROME 2000?

MP-CHROME 2000 is a Chrome extension developed by mr4227, and its main feature is "MP-CHROME 2000".

Extension Screenshots

screenshot

Download MP-CHROME 2000 Extension CRX File

Download MP-CHROME 2000 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

                        MP-CHROME 2000:

This extension is intended to be used as a tool for aspiring DJs and Producers to build and practice their live DJ'ing and beat making skills.  MP-CHROME 2000 reconfigures google.com into an interactive, sample based, drum machine, allowing users of any skill level to live play professional quality remixes.

The initial release comes with two songs, each coming with their own set of 8 different samples.  Access an in app video tutorial to get a walk through of how to use the extension.                    

Extension Basic Information

Name MP-CHROME 2000 MP-CHROME 2000
ID bmoccmcjomigelfdhmgnppbodniehnpf
Official URL https://chrome.google.com/webstore/detail/mp-chrome-2000/bmoccmcjomigelfdhmgnppbodniehnpf
Description MP-CHROME 2000
File Size 13.68 MB
Installation Count 48
Current Version 0.1
Last Updated 2018-03-17
Publish Date 2018-03-17
Rating 5.00/5 Total 3 Ratings
Developer mr4227
Payment Type free
Help Page URL https://www.youtube.com/watch?v=1QzIQqOuHRQ
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MP-CHROME 2000",
    "version": "0.1",
    "description": "MP-CHROME 2000",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.google.com\/"
            ],
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ]
        }
    ]
}