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是由Zack Willson开发的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…”。

扩展截图

screenshot
screenshot

下载CZ - DJ for Google Chrome扩展crx文件

下载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"
        }
    }
}