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…

Was ist CZ - DJ for Google Chrome?

CZ - DJ for Google Chrome ist eine Chrome-Erweiterung, die von Zack Willson entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot
screenshot

CZ - DJ for Google Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie CZ - DJ for Google Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name CZ - DJ for Google Chrome CZ - DJ for Google Chrome
ID dfcohjgmojcfnhmbcdfoinmbkliiliek
Offizielle URL https://chromewebstore.google.com/detail/cz-dj-for-google-chrome/dfcohjgmojcfnhmbcdfoinmbkliiliek
Beschreibung 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…
Dateigröße 2.47 MB
Installationsanzahl 222
Aktuelle Version 0.1
Letztes Update 2021-05-02
Veröffentlichungsdatum 2021-05-02
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Zack Willson
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}