Music Discovery

A music discovery stream powered by SoundCloud.

What is Music Discovery?

Music Discovery is a Chrome extension developed by pbojinov, and its main feature is "A music discovery stream powered by SoundCloud.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Music Discovery Extension CRX File

Download Music Discovery 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

                        A music discovery engine powered by SoundCloud. Find great music today!                    

Extension Basic Information

Name Music Discovery Music Discovery
ID madobhnhbhbcfogioajcdjcfgdpbpbhb
Official URL https://chrome.google.com/webstore/detail/music-discovery/madobhnhbhbcfogioajcdjcfgdpbpbhb
Description A music discovery stream powered by SoundCloud.
File Size 415 KB
Installation Count 218
Current Version 1.5
Last Updated 2014-04-02
Publish Date 2014-04-02
Rating 3.67/5 Total 3 Ratings
Developer pbojinov
Email [email protected]
Payment Type free
Extension Website http://pbojinov.com
Help Page URL https://twitter.com/pbojinov
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Music Discovery",
    "description": "A music discovery stream powered by SoundCloud.",
    "permissions": [
        "https:\/\/api.sndcdn.com\/",
        "http:\/\/api.sndcdn.com\/",
        "http:\/\/connect.soundcloud.com\/",
        "http:\/\/*\/",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "version": "1.5"
}