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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ** 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
عنوان صفحة المساعدة 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
    }
}