YouTube Music DJ

This extension automates YouTube Music experience

YouTube Music DJ란 무엇입니까?

YouTube Music DJ은(는) he-dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension automates YouTube Music experience"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

YouTube Music DJ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}