GreatDJ
This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.
Cos'è GreatDJ?
GreatDJ è un'estensione di Chrome sviluppata da https://great.dj, e la sua funzione principale è "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GreatDJ
Scarica i file di estensione GreatDJ 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
** UPDATE: v2.0 ** Clearly, the BIGGEST update this extension has ever seen, you can now add titles to your saved playlists and use a very advanced search functionality that lets you search for playlist titles, ids or even artists/songs inside the playlists saved! -- Tired of losing your great.dj playlists URLs? Worry not, this extension is your little miracle: it will conveniently save all the playlists you've ever opened or created and display them as a beautiful list, with the links you thought you had lost. Such technology is not available everywhere! You can remove playlists if you're done with them, and the list will be ordered by date of last access.
Informazioni di Base sull'Estensione
Nome | GreatDJ |
ID | fobgllhmkmfdjnboijodmohifllnhigc |
URL Ufficiale | https://chromewebstore.google.com/detail/greatdj/fobgllhmkmfdjnboijodmohifllnhigc |
Descrizione | This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience. |
Dimensione del File | 27.46 KB |
Conteggio Installazioni | 140 |
Versione Corrente | 2.7.2 |
Ultimo Aggiornamento | 2018-06-28 |
Data di Pubblicazione | 2018-06-28 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://great.dj |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://great.dj |
URL della Pagina di Aiuto | http://great.dj |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GreatDJ", "description": "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.", "version": "2.7.2", "permissions": [ "webNavigation", "storage", "https:\/\/api.great.dj\/*" ], "browser_action": { "default_icon": "greatdj.png", "default_popup": "popup.html" }, "icons": { "16": "greatdj.png", "48": "appicon-48.png", "128": "appicon.png" }, "background": { "scripts": [ "runner.js" ], "persistent": false } } |