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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}