Music Discovery

A music discovery stream powered by SoundCloud.

Wat is Music Discovery?

Music Discovery is een Chrome-extensie ontwikkeld door pbojinov, en de belangrijkste functie is "A music discovery stream powered by SoundCloud.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Music Discovery

Download Music Discovery-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Music Discovery Music Discovery
ID madobhnhbhbcfogioajcdjcfgdpbpbhb
Officiële URL https://chrome.google.com/webstore/detail/music-discovery/madobhnhbhbcfogioajcdjcfgdpbpbhb
Beschrijving A music discovery stream powered by SoundCloud.
Bestandsgrootte 415 KB
Aantal Installaties 218
Huidige Versie 1.5
Laatst Bijgewerkt 2014-04-02
Publicatiedatum 2014-04-02
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar pbojinov
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://pbojinov.com
Help Pagina-URL https://twitter.com/pbojinov
Ondersteunde Talen 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"
}