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" ] } ] } |