YouTube Music DJ

This extension automates YouTube Music experience

ما هو YouTube Music DJ؟

YouTube Music DJ هو إضافة Chrome تم تطويرها بواسطة he-dev، والميزة الرئيسية لها هي "This extension automates YouTube Music experience".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Music DJ

قم بتنزيل ملفات الامتداد YouTube Music DJ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}