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

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

확장 프로그램 사용 설명서

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