GreatDJ
This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.
Qu'est-ce que GreatDJ ?
GreatDJ est une extension Chrome développée par https://great.dj, et sa fonction principale est "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GreatDJ
Téléchargez les fichiers d'extension GreatDJ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
** 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.
Informations de Base sur l'Extension
Nom | GreatDJ |
ID | fobgllhmkmfdjnboijodmohifllnhigc |
URL Officiel | https://chromewebstore.google.com/detail/greatdj/fobgllhmkmfdjnboijodmohifllnhigc |
Description | This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience. |
Taille du Fichier | 27.46 KB |
Nombre d'Installations | 140 |
Version Actuelle | 2.7.2 |
Dernière Mise à Jour | 2018-06-28 |
Date de Publication | 2018-06-28 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://great.dj |
Type de Paiement | free |
Site Web de l'Extension | http://great.dj |
URL de la Page d'Aide | http://great.dj |
Langues Prises en Charge | 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 } } |