MP-CHROME 2000
MP-CHROME 2000
什麼是MP-CHROME 2000?
MP-CHROME 2000是由mr4227開發的Chrome擴展程式,該擴展的主要功能是“MP-CHROME 2000”。
擴展截圖
下載MP-CHROME 2000擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |