YouTube Music DJ

This extension automates YouTube Music experience

YouTube Music DJ क्या है?

YouTube Music DJ he-dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension automates YouTube Music experience"।

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

screenshot
screenshot

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

crx प्रारूप में YouTube Music DJ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This simple extension when enabled will automatically skip and count songs that you have marked as (dis)liked.

With this extension it's easier to discover new songs because there is currently no other way to listen only to completely new ones.                    

एक्सटेंशन की मूल जानकारी

नाम YouTube Music DJ YouTube Music DJ
ID mlbiogjadncdfjodlmefadkgdolccbip
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-music-dj/mlbiogjadncdfjodlmefadkgdolccbip
विवरण This extension automates YouTube Music experience
फ़ाइल का आकार 30.11 KB
स्थापना संख्या 117
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2022-01-06
प्रकाशन तिथि 2021-05-02
डेवलपर he-dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/he-dev/youtube-music-dj
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/music.youtube.com\/*"
    ],
    "default_locale": "en",
    "version": "1.2.0",
    "icons": {
        "256": "dj-256.png"
    },
    "action": {
        "default_icon": {
            "24": "dj-256.png"
        },
        "default_title": "go",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "author": "he-dev"
}