YouTube Playlist Duration
View the duration of YouTube playlists
YouTube Playlist Duration là gì?
YouTube Playlist Duration là một tiện ích mở rộng Chrome được phát triển bởi Sridhama Prakhya, và tính năng chính của nó là "View the duration of YouTube playlists".
Ả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 Playlist Duration
Tải xuống các tệp mở rộng YouTube Playlist Duration 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 extension unobtrusively displays the total duration of YouTube playlists. YouTube Playlist Duration is great for easily viewing the duration of playlists for online courses, music albums, podcasts, and more! Known issues: 1. Occasionally, the page must be refreshed for the duration counter to update. 2. Try restarting Chrome if the extension doesn't load. 3. Extension may not work due to pre-installed ad-blockers. 4. Click on duration box if it doesn't disappear. Source code: https://github.com/sridhama/youtube-playlist-duration
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Playlist Duration |
ID | ijppgifnllaehojnpbphigenojfjnhml |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml |
Mô tả | View the duration of YouTube playlists |
Kích Thước Tệp | 19.32 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 3.1.6 |
Cập Nhật Lần Cuối | 2021-03-14 |
Ngày Phát Hành | 2020-06-21 |
Đánh Giá | 3.33/5 Tổng số 111 Đánh Giá |
Nhà Phát Triển | Sridhama Prakhya |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sridhama/youtube-playlist-duration |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "app.js" ], "matches": [ "https:\/\/www.youtube.com\/playlist?list=*" ], "run_at": "document_end" } ], "description": "View the duration of YouTube playlists", "homepage_url": "https:\/\/github.com\/sridhama\/youtube-playlist-duration", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "YouTube Playlist Duration", "version": "3.1.6" } |