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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } ] } |