MP-CHROME 2000

MP-CHROME 2000

MP-CHROME 2000 là gì?

MP-CHROME 2000 là một tiện ích mở rộng Chrome được phát triển bởi mr4227, và tính năng chính của nó là "MP-CHROME 2000".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MP-CHROME 2000

Tải xuống các tệp mở rộng MP-CHROME 2000 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MP-CHROME 2000 MP-CHROME 2000
ID bmoccmcjomigelfdhmgnppbodniehnpf
URL Chính Thức https://chrome.google.com/webstore/detail/mp-chrome-2000/bmoccmcjomigelfdhmgnppbodniehnpf
Mô tả MP-CHROME 2000
Kích Thước Tệp 13.68 MB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-03-17
Ngày Phát Hành 2018-03-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển mr4227
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.youtube.com/watch?v=1QzIQqOuHRQ
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}