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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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