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ファイルをダウンロード

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
Eメール [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"
}