GreatDJ

This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.

Co je GreatDJ?

GreatDJ je rozšíření Chrome vyvinuté https://great.dj, a jeho hlavní funkcí je „This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření GreatDJ

Stáhněte si soubory rozšíření GreatDJ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ** 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.                    

Základní Informace o Rozšíření

Název GreatDJ GreatDJ
ID fobgllhmkmfdjnboijodmohifllnhigc
Oficiální URL https://chromewebstore.google.com/detail/greatdj/fobgllhmkmfdjnboijodmohifllnhigc
Popis This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.
Velikost souboru 27.46 KB
Počet instalací 140
Aktuální Verze 2.7.2
Poslední Aktualizace 2018-06-28
Datum Vydání 2018-06-28
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://great.dj
Typ Platby free
Webové stránky Rozšíření http://great.dj
URL Stránky Nápovědy http://great.dj
Podporované Jazyky 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
    }
}