YouTube Playlist Duration
Popup to show the duration of the YouTube playlist.
什么是YouTube Playlist Duration?
YouTube Playlist Duration是由shmdsgn开发的Chrome扩展程序,该扩展的主要功能是“Popup to show the duration of the YouTube playlist.”。
扩展截图
下载YouTube Playlist Duration扩展crx文件
下载YouTube Playlist Duration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | YouTube Playlist Duration |
ID | bpojpijaddmjkblcbkhnhhgjecmfmgil |
官方URL | https://chromewebstore.google.com/detail/youtube-playlist-duration/bpojpijaddmjkblcbkhnhhgjecmfmgil |
简介 | Popup to show the duration of the YouTube playlist. |
文件大小 | 12.4 KB |
安装次数 | 361 |
当前版本 | 1.1.3 |
更新时间 | 2024-02-12 |
上架时间 | 2023-04-09 |
评分 | 5.00/5 共15次评分 |
开发者 | shmdsgn |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.termsfeed.com/live/ae9bdcb3-ef05-45c9-8e2d-8224155c43fe |
支持的语言 | 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" ] } |