Musica
Simple app to download your favorite music
What is Musica?
Musica is a Chrome extension developed by Z.E.K, and its main feature is "Simple app to download your favorite music".
Extension Screenshots
Download Musica Extension CRX File
Download Musica 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
Downloading songs has never been easier! With Musica's mobile-like interface your favorite songs are easy to find and install on your computer.
Extension Basic Information
Name | Musica |
ID | nelklinoajfblccjokadcagladfhommg |
Official URL | https://chromewebstore.google.com/detail/musica/nelklinoajfblccjokadcagladfhommg |
Description | Simple app to download your favorite music |
File Size | 1.11 MB |
Installation Count | 790 |
Current Version | 1.6 |
Last Updated | 2014-11-11 |
Publish Date | 2014-11-11 |
Rating | 4.14/5 Total 7 Ratings |
Developer | Z.E.K |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Musica", "description": "Simple app to download your favorite music", "version": "1.6", "manifest_version": 2, "permissions": [ "downloads" ], "browser_action": { "default_icon": { "19": "img\/musica-19.png", "38": "img\/musica-38.png" }, "default_popup": "index.html" } } |