GreatDJ

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

GreatDJ क्या है?

GreatDJ https://great.dj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GreatDJ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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
    }
}