Youtube Now Playing Description
Displays now playing song when there's a timestamped tracklist in the description
Youtube Now Playing Description là gì?
Youtube Now Playing Description là một tiện ích mở rộng Chrome được phát triển bởi Kevin Leutzinger, và tính năng chính của nó là "Displays now playing song when there's a timestamped tracklist in the description".
Ả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 Now Playing Description
Tải xuống các tệp mở rộng Youtube Now Playing Description 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
Finds the times of tracks in the description and shows which song is currently playing. Also allows skipping forward and back. Very useful for soundtracks, full albums, and other compilations.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube Now Playing Description |
ID | cclaiidhllljekopicenflhhkdkckkbl |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-now-playing-descr/cclaiidhllljekopicenflhhkdkckkbl |
Mô tả | Displays now playing song when there's a timestamped tracklist in the description |
Kích Thước Tệp | 693 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2018-02-16 |
Ngày Phát Hành | 2018-02-15 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Kevin Leutzinger |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Now Playing Description", "description": "Displays now playing song when there's a timestamped tracklist in the description", "version": "0.1", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "\/icons\/icon.png" }, "permissions": [ "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "jquery.js", "main.js" ], "run_at": "document_start" } ] } |