Music Playr

Just Search Up Any Song and Enjoy

Wat is Music Playr?

Music Playr is een Chrome-extensie ontwikkeld door Archit Rathi, en de belangrijkste functie is "Just Search Up Any Song and Enjoy".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Music Playr

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

                        Get rid of all the tabs! Listen to your favorite songs with this chrome extension!                    

Basisinformatie over de Extensie

Naam Music Playr Music Playr
ID plplhkkaifpgjpbjgfgfpfneodbfeolj
Officiële URL https://chrome.google.com/webstore/detail/music-playr/plplhkkaifpgjpbjgfgfpfneodbfeolj
Beschrijving Just Search Up Any Song and Enjoy
Bestandsgrootte 46.04 KB
Aantal Installaties 14
Huidige Versie 0.2
Laatst Bijgewerkt 2015-11-30
Publicatiedatum 2015-11-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Archit Rathi
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Music Playr",
    "description": "Just Search Up Any Song and Enjoy",
    "version": "0.2",
    "permissions": [
        "http:\/\/connect.soundcloud.com\/sdk.js"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.1\/jquery.min.js; object-src 'self'",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "icon.png"
    }
}