MP-CHROME 2000
MP-CHROME 2000
MP-CHROME 2000란 무엇입니까?
MP-CHROME 2000은(는) mr4227에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MP-CHROME 2000"입니다.
확장 프로그램 스크린샷
MP-CHROME 2000 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |