DZRQueueKeeper
Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!
Cos'è DZRQueueKeeper?
DZRQueueKeeper è un'estensione di Chrome sviluppata da _SuckMyLuck, e la sua funzione principale è "Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DZRQueueKeeper
Scarica i file di estensione DZRQueueKeeper 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
Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!
Informazioni di Base sull'Estensione
Nome | DZRQueueKeeper |
ID | ielmojibkdphejjmkggejcjgclchomlg |
URL Ufficiale | https://chromewebstore.google.com/detail/dzrqueuekeeper/ielmojibkdphejjmkggejcjgclchomlg |
Descrizione | Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices! |
Dimensione del File | 30.82 KB |
Conteggio Installazioni | 2,465 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-02-24 |
Data di Pubblicazione | 2016-02-24 |
Valutazione | 2.51/5 Totale 57 Valutazioni |
Sviluppatore | _SuckMyLuck |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DZRQueueKeeper", "version": "1.0.1", "description": "Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "\/assets\/images\/icon16.png", "48": "\/assets\/images\/icon48.png", "128": "\/assets\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.deezer.com\/*" ], "js": [ "\/assets\/js\/include.js" ], "all_frames": false, "run_at": "document_idle" } ] } |