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

Снимки экрана расширения

screenshot
screenshot

Скачать файл 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 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
    }
}