MP-CHROME 2000
MP-CHROME 2000
MP-CHROME 2000 क्या है?
MP-CHROME 2000 mr4227 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MP-CHROME 2000"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MP-CHROME 2000 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |