Musicaro

Music player extension for Chrome.

What is Musicaro?

Musicaro is a Chrome extension developed by kings0c, and its main feature is "Music player extension for Chrome.".

Extension Screenshots

screenshot

Download Musicaro Extension CRX File

Download Musicaro 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

                        Music player for chrome. Load your local music library and listen while you browse!

Pulls track information & album art from ID3 tags, or the Last.FM API if unavailable.

Currently only supports MP3 files but support for other formats will be added soon.                    

Extension Basic Information

Name Musicaro Musicaro
ID fooahoapllimblnanfeebledlibjphca
Official URL https://chrome.google.com/webstore/detail/musicaro/fooahoapllimblnanfeebledlibjphca
Description Music player extension for Chrome.
File Size 1.76 MB
Installation Count 11
Current Version 0.25
Last Updated 2015-08-09
Publish Date 2015-08-09
Rating 2.00/5 Total 1 Ratings
Developer kings0c
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Musicaro",
    "description": "Music player extension for Chrome.",
    "version": "0.25",
    "browser_action": {
        "default_icon": "favicon.ico",
        "default_popup": "popup.htm",
        "default_title": "Music player for Chrome."
    },
    "background": {
        "page": "background.htm"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/api.deezer.com\/",
        "http:\/\/userserve-ak.last.fm\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.deezer.com\/; object-src 'self'"
}