Music Player
Play Music
Cos'è Music Player?
Music Player è un'estensione di Chrome sviluppata da S-W-I Tech, e la sua funzione principale è "Play Music".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Music Player
Scarica i file di estensione Music Player 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
Plays music in the background so you can listen to music on the go! Works when chrome is closed! Just click the icon in your chrome bar, and select a song to play. Comes with seek buttons, forward 5 seconds, backward 5 seconds, Start, Pause, Stop. Also a loop function. A small but growing selection of 28 songs. Even with a small selection, there's something for everyone.
Informazioni di Base sull'Estensione
Nome | |
ID | nbhogibogkkeflcnemafpnlameeffbff |
URL Ufficiale | https://chrome.google.com/webstore/detail/music-player/nbhogibogkkeflcnemafpnlameeffbff |
Descrizione | Play Music |
Dimensione del File | 262 KB |
Conteggio Installazioni | 321 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2018-11-12 |
Data di Pubblicazione | 2018-11-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | S-W-I Tech |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/S-W-dev/MusicPlayer |
URL della Pagina di Aiuto | https://github.com/S-W-dev/MusicPlayer/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Music Player", "description": "Play Music", "version": "2.1.0", "browser_action": { "default_icon": "InvisiIcon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage" ] } |