Q-music NL
Zet Q-music NL in je browser.
Cos'è Q-music NL?
Q-music NL è un'estensione di Chrome sviluppata da wouters_frederik, e la sua funzione principale è "Zet Q-music NL in je browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Q-music NL
Scarica i file di estensione Q-music NL 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
Luister naar Q-music Nederland als browser plugin.
Informazioni di Base sull'Estensione
Nome | Q-music NL |
ID | mhobnnhfmhcnomoehjomodcjmcjhfaea |
URL Ufficiale | https://chromewebstore.google.com/detail/q-music-nl/mhobnnhfmhcnomoehjomodcjmcjhfaea |
Descrizione | Zet Q-music NL in je browser. |
Dimensione del File | 35.47 KB |
Conteggio Installazioni | 94 |
Versione Corrente | 4.1 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 1.57/5 Totale 7 Valutazioni |
Sviluppatore | wouters_frederik |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://q-music.nl |
URL della Pagina di Aiuto | http://q-music.nl/chrome |
Lingue Supportate | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Q-music NL", "description": "Zet Q-music NL in je browser.", "version": "4.1", "icons": { "128": "logo_128.png" }, "permissions": [ "notifications" ], "browser_action": { "name": "Click to start Q-music stream", "default_icon": "Q.png", "default_popup": "popup.html" }, "background": { "page": "back.html" }, "options_page": "options.html" } |