YouTube Playlist Duration

Popup to show the duration of the YouTube playlist.

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 shmdsgn, và tính năng chính của nó là "Popup to show the duration of the YouTube playlist.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

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

                        An very lightweight extension to calculate & shows the total duration of the YouTube playlist in the popup of the extension.

The script uses the DOM to calculate the length so there are no API calls to cause slow downs or pose security risks.

💡How to use:

After installing & enabling the extension, simply visit any YouTube playlist overview page (the URL should begin with 'https://youtube.com/playlist').

For example, https://www.youtube.com/playlist?list=PLC3y8-rFHvwisvxhZ135pogtX7_Oe3Q3A

Or open a page where a video is being played from a playlist...

The details can then be found within the extension pop-up.

You will see the following the following displayed:
  - Videos counted (how many videos were used to calculate the total duration)
  - Average Duration of a video
  - Total duration of the playlist
  - Total time if seen in 1.5x speed
  - Total time if seen in 2x speed                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Playlist Duration YouTube Playlist Duration
ID bpojpijaddmjkblcbkhnhhgjecmfmgil
URL Chính Thức https://chromewebstore.google.com/detail/youtube-playlist-duration/bpojpijaddmjkblcbkhnhhgjecmfmgil
Mô tả Popup to show the duration of the YouTube playlist.
Kích Thước Tệp 12.4 KB
Số Lần Cài Đặt 361
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2023-04-09
Đánh Giá 5.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển shmdsgn
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.termsfeed.com/live/ae9bdcb3-ef05-45c9-8e2d-8224155c43fe
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Playlist Duration",
    "version": "1.1.3",
    "description": "Popup to show the duration of the YouTube playlist.",
    "manifest_version": 3,
    "action": {
        "default_title": "YouTube Playlist Duration",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}