DI Endless Play
Play Digitally Imported continuously without interruption
Cos'è DI Endless Play?
DI Endless Play è un'estensione di Chrome sviluppata da jphunter.0, e la sua funzione principale è "Play Digitally Imported continuously without interruption".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DI Endless Play
Scarica i file di estensione DI Endless Play 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
Play Digitally Imported continuously without interruption and avoid the annoying popup that stops your music.
Informazioni di Base sull'Estensione
Nome | |
ID | mhlhiminhofejogobggepgjelcnjbpcg |
URL Ufficiale | https://chromewebstore.google.com/detail/di-endless-play/mhlhiminhofejogobggepgjelcnjbpcg |
Descrizione | Play Digitally Imported continuously without interruption |
Dimensione del File | 7.96 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2016-05-19 |
Data di Pubblicazione | 2016-05-18 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | jphunter.0 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DI Endless Play", "version": "0.0.3", "manifest_version": 2, "description": "Play Digitally Imported continuously without interruption", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_title": "DI Endless Play" }, "permissions": [ "http:\/\/www.di.fm\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |