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
电子邮箱 [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"
}