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…

Cos'è CZ - DJ for Google Chrome?

CZ - DJ for Google Chrome è un'estensione di Chrome sviluppata da Zack Willson, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CZ - DJ for Google Chrome

Scarica i file di estensione CZ - DJ for Google Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome CZ - DJ for Google Chrome CZ - DJ for Google Chrome
ID dfcohjgmojcfnhmbcdfoinmbkliiliek
URL Ufficiale https://chromewebstore.google.com/detail/cz-dj-for-google-chrome/dfcohjgmojcfnhmbcdfoinmbkliiliek
Descrizione 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…
Dimensione del File 2.47 MB
Conteggio Installazioni 222
Versione Corrente 0.1
Ultimo Aggiornamento 2021-05-02
Data di Pubblicazione 2021-05-02
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Zack Willson
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}