YTExplore - Calculate Playlist Duration

YouTube Playlist Length Calculator. Analyze YouTube Channels, Videos & Playlists. Simple & Fast!

什么是YTExplore - Calculate Playlist Duration?

YTExplore - Calculate Playlist Duration是由irfanalam.anstar开发的Chrome扩展程序,该扩展的主要功能是“YouTube Playlist Length Calculator. Analyze YouTube Channels, Videos & Playlists. Simple & Fast!”。

扩展截图

screenshot
screenshot
screenshot

下载YTExplore - Calculate Playlist Duration扩展crx文件

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

扩展使用说明

                        Know YouTube Playlist Duration/Length Easily.

Explore YouTube
Find complete details of YouTube Channels | Videos | Playlists
Check YouTube Playlist duration and other important metrics easily.
Check total number of videos and hours of a YouTube Channel.
YTExplore is a YouTube Playlist Length Checker, Channel, Video & Playlist Analyzer

It not only shows the playlist duration but also show several other important metrics like the number of the channels in that playlist, view count, channels having the highest/lowest video in the playlist and many more promising metrics.

How to use it:
* Click on the extension. Enter the Channel/Video/Playlist ID or URL in the input field and click on Calculate Metrics.
* Go to any Playlist on YouTube. You will see a button Calculate Playlist Length, click on it.
* You can even analyze a channel or videos. Go to Channel or Video page and you will see Analyze button, click on it.                    

扩展基本信息

名称 YTExplore - Calculate Playlist Duration YTExplore - Calculate Playlist Duration
ID bgfalbljifeicggidnbkdicbkhboggmg
官方URL https://chromewebstore.google.com/detail/ytexplore-calculate-playl/bgfalbljifeicggidnbkdicbkhboggmg
简介 YouTube Playlist Length Calculator. Analyze YouTube Channels, Videos & Playlists. Simple & Fast!
文件大小 75.68 KB
安装次数 421
当前版本 3.0
更新时间 2023-09-04
上架时间 2021-04-22
评分 4.50/5 共6次评分
开发者 irfanalam.anstar
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YTExplore - Calculate Playlist Duration",
    "description": "YouTube Playlist Length Calculator. Analyze YouTube Channels, Videos & Playlists. Simple & Fast!",
    "manifest_version": 3,
    "version": "3.0",
    "icons": {
        "16": "icon\/playlist_32.png",
        "48": "icon\/playlist_64.png",
        "128": "icon\/playlist_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/playlist_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "YTExplore - Calculate Playlist Duration",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/scripts\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/plugins\/jquery3.6.1.min.js",
                "js\/scripts\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "tabs"
    ]
}