GreatDJ
This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.
Co to jest GreatDJ?
GreatDJ to rozszerzenie Chrome opracowane przez https://great.dj, a jego główną funkcją jest „This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GreatDJ
Pobierz pliki rozszerzeń GreatDJ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
** 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.
Podstawowe informacje o rozszerzeniu
Nazwa | GreatDJ |
ID | fobgllhmkmfdjnboijodmohifllnhigc |
Oficjalny URL | https://chromewebstore.google.com/detail/greatdj/fobgllhmkmfdjnboijodmohifllnhigc |
Opis | This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience. |
Rozmiar pliku | 27.46 KB |
Liczba instalacji | 140 |
Aktualna Wersja | 2.7.2 |
Ostatnia Aktualizacja | 2018-06-28 |
Data Publikacji | 2018-06-28 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | https://great.dj |
Typ Płatności | free |
Strona Rozszerzenia | http://great.dj |
Adres URL Strony Pomocy | http://great.dj |
Obsługiwane Języki | 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 } } |