Maestro
This extension will procedurally generate music in your browser!
What is Maestro?
Maestro is a Chrome extension developed by Unknown, and its main feature is "This extension will procedurally generate music in your browser!".
Download Maestro Extension CRX File
Download Maestro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | imjggehhpcndpjlcbiomlbceopgilpdk |
Official URL | https://chromewebstore.google.com/detail/maestro/imjggehhpcndpjlcbiomlbceopgilpdk |
Description | This extension will procedurally generate music in your browser! |
File Size | 121 MB |
Installation Count | 66 |
Current Version | 1.0 |
Last Updated | 2015-11-15 |
Publish Date | 2015-11-15 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Maestro", "description": "This extension will procedurally generate music in your browser!", "version": "1.0", "browser_action": { "default_icon": "sound46.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |