YouTube Playlist Duration Calculator
Get total length/duration of YouTube playlist of lectures, tutorials, music videos, etc.
YouTube Playlist Duration Calculator là gì?
YouTube Playlist Duration Calculator là một tiện ích mở rộng Chrome được phát triển bởi DavidLee, và tính năng chính của nó là "Get total length/duration of YouTube playlist of lectures, tutorials, music videos, etc.".
Ả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 Calculator
Tải xuống các tệp mở rộng YouTube Playlist Duration Calculator 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
Find out the total duration or length of the YouTube Playlist (lectures, tutorials, music, video clips) and see how much you have watched (also displayed as a progress bar). Keep track of the lectures, musics videos, movie clips of playlists you are watching. Works perfectly with huge playlists as well. Hit refresh button when the instruction tells you. Once the time has loaded, there is no need to refresh. Just click on the icon to see the time and progress. When more than 100 videos are in the playlist, scroll down and load more videos to find out full length of the playlist.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Playlist Duration Calculator |
ID | hfkcllpkaefjfaiiobanmfkabkncfike |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-playlist-duration/hfkcllpkaefjfaiiobanmfkabkncfike |
Mô tả | Get total length/duration of YouTube playlist of lectures, tutorials, music videos, etc. |
Kích Thước Tệp | 50.04 KB |
Số Lần Cài Đặt | 1,365 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2023-01-23 |
Ngày Phát Hành | 2021-02-13 |
Đánh Giá | 3.35/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | DavidLee |
[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 Playlist Duration Calculator", "version": "1.3.0", "description": "Get total length\/duration of YouTube playlist of lectures, tutorials, music videos, etc.", "manifest_version": 2, "icons": { "128": ".\/img\/icon128.png", "48": ".\/img\/icon48.png", "16": ".\/img\/icon16.png" }, "browser_action": { "default_icon": ".\/img\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/playlist?list=*" ], "js": [ ".\/src\/content.js" ] } ] } |