GreatDJ

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

O que é GreatDJ?

GreatDJ é uma extensão do Chrome desenvolvida por https://great.dj, e sua principal característica é "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GreatDJ

Baixe arquivos de extensão GreatDJ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome GreatDJ GreatDJ
ID fobgllhmkmfdjnboijodmohifllnhigc
URL Oficial https://chromewebstore.google.com/detail/greatdj/fobgllhmkmfdjnboijodmohifllnhigc
Descrição This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.
Tamanho do Arquivo 27.46 KB
Contagem de Instalações 140
Versão Atual 2.7.2
Última Atualização 2018-06-28
Data de Publicação 2018-06-28
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://great.dj
Tipo de Pagamento free
Site da Extensão http://great.dj
URL da Página de Ajuda http://great.dj
Idiomas Suportados 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
    }
}