MP-CHROME 2000

MP-CHROME 2000

Qu'est-ce que MP-CHROME 2000 ?

MP-CHROME 2000 est une extension Chrome développée par mr4227, et sa fonction principale est "MP-CHROME 2000".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MP-CHROME 2000

Téléchargez les fichiers d'extension MP-CHROME 2000 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MP-CHROME 2000 MP-CHROME 2000
ID bmoccmcjomigelfdhmgnppbodniehnpf
URL Officiel https://chrome.google.com/webstore/detail/mp-chrome-2000/bmoccmcjomigelfdhmgnppbodniehnpf
Description MP-CHROME 2000
Taille du Fichier 13.68 MB
Nombre d'Installations 48
Version Actuelle 0.1
Dernière Mise à Jour 2018-03-17
Date de Publication 2018-03-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur mr4227
Type de Paiement free
URL de la Page d'Aide https://www.youtube.com/watch?v=1QzIQqOuHRQ
Langues Prises en Charge 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"
            ]
        }
    ]
}