MP-CHROME 2000
MP-CHROME 2000
Что такое MP-CHROME 2000?
MP-CHROME 2000 - это расширение Chrome, разработанное mr4227, и его основная функция - "MP-CHROME 2000".
Снимки экрана расширения
Скачать файл CRX расширения MP-CHROME 2000
Скачайте файлы расширений MP-CHROME 2000 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | bmoccmcjomigelfdhmgnppbodniehnpf |
Официальный URL | https://chrome.google.com/webstore/detail/mp-chrome-2000/bmoccmcjomigelfdhmgnppbodniehnpf |
Описание | MP-CHROME 2000 |
Размер файла | 13.68 MB |
Количество установок | 48 |
Текущая Версия | 0.1 |
Последнее Обновление | 2018-03-17 |
Дата публикации | 2018-03-17 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | mr4227 |
Тип оплаты | free |
URL страницы помощи | https://www.youtube.com/watch?v=1QzIQqOuHRQ |
Поддерживаемые языки | 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" ] } ] } |