YouTube Music DJ
This extension automates YouTube Music experience
YouTube Music DJ là gì?
YouTube Music DJ là một tiện ích mở rộng Chrome được phát triển bởi he-dev, và tính năng chính của nó là "This extension automates YouTube Music experience".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube Music DJ
Tải xuống các tệp mở rộng YouTube Music DJ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Music DJ |
ID | mlbiogjadncdfjodlmefadkgdolccbip |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-music-dj/mlbiogjadncdfjodlmefadkgdolccbip |
Mô tả | This extension automates YouTube Music experience |
Kích Thước Tệp | 30.11 KB |
Số Lần Cài Đặt | 117 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2022-01-06 |
Ngày Phát Hành | 2021-05-02 |
Nhà Phát Triển | he-dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/he-dev/youtube-music-dj |
Ngôn Ngữ Được Hỗ Trợ | 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" } |