Musicianify

A Chrome extension that helps you to be an awesome musician!

Cos'è Musicianify?

Musicianify è un'estensione di Chrome sviluppata da demikaiser13, e la sua funzione principale è "A Chrome extension that helps you to be an awesome musician!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Musicianify

Scarica i file di estensione Musicianify 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

                        A youtube-attached Chrome extension app that helps you to be a killer musician: It provides an HTML5 video looper manager and a drum machine for repeated and intensive musical exercises.                    

Informazioni di Base sull'Estensione

Nome Musicianify Musicianify
ID millhogpkdjaijnohcneabakkbjlbnjf
URL Ufficiale https://chrome.google.com/webstore/detail/musicianify/millhogpkdjaijnohcneabakkbjlbnjf
Descrizione A Chrome extension that helps you to be an awesome musician!
Dimensione del File 2.64 MB
Conteggio Installazioni 76
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-05-05
Data di Pubblicazione 2020-05-04
Sviluppatore demikaiser13
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "name": "Musicianify",
    "version": "0.0.1",
    "description": "A Chrome extension that helps you to be an awesome musician!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css",
                "venders\/uikit-isolated.css"
            ],
            "js": [
                "venders\/Tone.js",
                "venders\/jquery-3.4.1.min.js",
                "venders\/uikit.js",
                "venders\/uikit-icons.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Musicianify",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net; object-src 'self'",
    "web_accessible_resources": [
        "content.html",
        "style.css",
        "components\/looper.html",
        "components\/metronome.html",
        "venders\/uikit-isolated.css",
        "venders\/Tone.js",
        "venders\/jquery-3.4.1.min.js",
        "venders\/uikit.js",
        "venders\/uikit-icons.js",
        "assets\/sounds\/acoustic\/*.wav",
        "assets\/sounds\/metronome\/*.wav",
        "assets\/demos\/*.json"
    ]
}