CZ - DJ for Google Chrome

Want to DJ in your own Google Chrome? CZ, the DJ for Google Chrome allows you to take control and try out different sounds to get…

CZ - DJ for Google Chromeคืออะไร?

CZ - DJ for Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zack Willson และคุณลักษณะหลักของมันคือ "Want to DJ in your own Google Chrome? CZ, the DJ for Google Chrome allows you to take control and try out different sounds to get…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CZ - DJ for Google Chrome

ดาวน์โหลดไฟล์ส่วนขยาย CZ - DJ for Google Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Want to DJ in your own Google Chrome?

CZ, the DJ for Google Chrome allows you to take control and try out different sounds to get your feet moving. With 17 different set loops to use and your own drum pad, you can create many different types of beats. Try different patterns with different loops and customize them with the drum pad. Also, use the variety of sound effects that also come with the extension. Open the extension at any time to play music and have it play in the background. It's free and intuitive!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CZ - DJ for Google Chrome CZ - DJ for Google Chrome
ID dfcohjgmojcfnhmbcdfoinmbkliiliek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cz-dj-for-google-chrome/dfcohjgmojcfnhmbcdfoinmbkliiliek
คำอธิบาย Want to DJ in your own Google Chrome? CZ, the DJ for Google Chrome allows you to take control and try out different sounds to get…
ขนาดไฟล์ 2.47 MB
จำนวนการติดตั้ง 222
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-05-02
วันที่เผยแพร่ 2021-05-02
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Zack Willson
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CZ - DJ for Google Chrome",
    "version": "0.1",
    "icons": {
        "16": "New 16.png",
        "48": "New 48.png",
        "128": "New 128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "CZ"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "MacCtrl+M"
            },
            "description": "Opens popup.html"
        }
    }
}