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