YouTube Music DJ
This extension automates YouTube Music experience
什麼是YouTube Music DJ?
YouTube Music DJ是由he-dev開發的Chrome擴展程式,該擴展的主要功能是“This extension automates YouTube Music experience”。
擴展截圖
下載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 |
ID | mlbiogjadncdfjodlmefadkgdolccbip |
官方網址 | 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" } |