GreatDJ
This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.
Was ist GreatDJ?
GreatDJ ist eine Chrome-Erweiterung, die von https://great.dj entwickelt wurde, und ihr Hauptmerkmal ist "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.".
Erweiterungsscreenshots
GreatDJ-Erweiterungs-CRX-Datei herunterladen
Laden Sie GreatDJ-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
** 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.
Grundlegende Informationen zur Erweiterung
Name | GreatDJ |
ID | fobgllhmkmfdjnboijodmohifllnhigc |
Offizielle URL | https://chromewebstore.google.com/detail/greatdj/fobgllhmkmfdjnboijodmohifllnhigc |
Beschreibung | This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience. |
Dateigröße | 27.46 KB |
Installationsanzahl | 140 |
Aktuelle Version | 2.7.2 |
Letztes Update | 2018-06-28 |
Veröffentlichungsdatum | 2018-06-28 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://great.dj |
Zahlungsart | free |
Erweiterungswebsite | http://great.dj |
Hilfeseite URL | http://great.dj |
Unterstützte Sprachen | 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 } } |