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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

YouTube Playlist Duration 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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