YouTube Playlist Duration Calculator

Get total length/duration of YouTube playlist of lectures, tutorials, music videos, etc.

什么是YouTube Playlist Duration Calculator?

YouTube Playlist Duration Calculator是由DavidLee开发的Chrome扩展程序,该扩展的主要功能是“Get total length/duration of YouTube playlist of lectures, tutorials, music videos, etc.”。

扩展截图

screenshot
screenshot

下载YouTube Playlist Duration Calculator扩展crx文件

下载YouTube Playlist Duration Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 YouTube Playlist Duration Calculator YouTube Playlist Duration Calculator
ID hfkcllpkaefjfaiiobanmfkabkncfike
官方URL https://chromewebstore.google.com/detail/youtube-playlist-duration/hfkcllpkaefjfaiiobanmfkabkncfike
简介 Get total length/duration of YouTube playlist of lectures, tutorials, music videos, etc.
文件大小 50.04 KB
安装次数 1,365
当前版本 1.3.0
更新时间 2023-01-23
上架时间 2021-02-13
评分 3.35/5 共17次评分
开发者 DavidLee
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}