MP-CHROME 2000
MP-CHROME 2000
Cos'è MP-CHROME 2000?
MP-CHROME 2000 è un'estensione di Chrome sviluppata da mr4227, e la sua funzione principale è "MP-CHROME 2000".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MP-CHROME 2000
Scarica i file di estensione MP-CHROME 2000 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bmoccmcjomigelfdhmgnppbodniehnpf |
URL Ufficiale | https://chrome.google.com/webstore/detail/mp-chrome-2000/bmoccmcjomigelfdhmgnppbodniehnpf |
Descrizione | MP-CHROME 2000 |
Dimensione del File | 13.68 MB |
Conteggio Installazioni | 48 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-03-17 |
Data di Pubblicazione | 2018-03-17 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | mr4227 |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.youtube.com/watch?v=1QzIQqOuHRQ |
Lingue Supportate | 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" ] } ] } |