GreatDJ
This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.
Τι είναι το GreatDJ;
Το GreatDJ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://great.dj, και η κύρια λειτουργία του είναι "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GreatDJ
Λήψη αρχείων επέκτασης GreatDJ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
** 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | GreatDJ |
ID | fobgllhmkmfdjnboijodmohifllnhigc |
Επίσημο URL | https://chromewebstore.google.com/detail/greatdj/fobgllhmkmfdjnboijodmohifllnhigc |
Περιγραφή | This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience. |
Μέγεθος Αρχείου | 27.46 KB |
Αριθμός Εγκαταστάσεων | 140 |
Τρέχουσα Έκδοση | 2.7.2 |
Τελευταία Ενημέρωση | 2018-06-28 |
Ημερομηνία Δημοσίευσης | 2018-06-28 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://great.dj |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://great.dj |
Διεύθυνση URL της Σελίδας Βοήθειας | http://great.dj |
Υποστηριζόμενες Γλώσσες | 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 } } |