Music Playr
Just Search Up Any Song and Enjoy
Cos'è Music Playr?
Music Playr è un'estensione di Chrome sviluppata da Archit Rathi, e la sua funzione principale è "Just Search Up Any Song and Enjoy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Music Playr
Scarica i file di estensione Music Playr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Get rid of all the tabs! Listen to your favorite songs with this chrome extension!
Informazioni di Base sull'Estensione
Nome | |
ID | plplhkkaifpgjpbjgfgfpfneodbfeolj |
URL Ufficiale | https://chrome.google.com/webstore/detail/music-playr/plplhkkaifpgjpbjgfgfpfneodbfeolj |
Descrizione | Just Search Up Any Song and Enjoy |
Dimensione del File | 46.04 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2015-11-30 |
Data di Pubblicazione | 2015-11-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Archit Rathi |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |