YouTube Playlist Duration Analyzer
Calculate the time duration to complete the playlist videos on youtube with video skip and video speed control estimation feature
YouTube Playlist Duration Analyzer란 무엇입니까?
YouTube Playlist Duration Analyzer은(는) Lakshy Gupta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate the time duration to complete the playlist videos on youtube with video skip and video speed control estimation feature"입니다.
확장 프로그램 스크린샷
YouTube Playlist Duration Analyzer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouTube Playlist Duration Analyzer is an extension which calculates and displays the YouTube playlist duration in a personalized manner. The main focus of this extension is the personalization it provides while you want to calculate the total duration. Duration calculation can be personalized using options provided as part of this extension. Some Catchy Features of this extension. You can select the playback speed of the videos on which you prefer to watch and calculation of duration will be done accordingly. Consider you have watched some videos, now you want to calculate how much time is left to complete the playlist. You can do this with the help of this extension. Just input the space separated video numbers or range of video number StartVideo-EndVideo and these videos will be excluded from the calculation of total duration. Example : 1-10 15 17 -> This will skip all videos from 1 to 10 and 15th, 17th video in the playlist. How to use :- After adding extension simply, pin the extension to chrome address bar. Now visit any YouTube playlist and click on the extension. Click on "Analyze now" button and result will be displayed in the extension. If the playlist size exceeds 100 videos, scroll down the page and once all the videos are loaded click on the Analyze now button again to get the accurate result.
확장 프로그램 기본 정보
이름 | YouTube Playlist Duration Analyzer |
ID | diakjinpfgbhenocpbabdfjbodohnfgn |
공식 URL | https://chromewebstore.google.com/detail/youtube-playlist-duration/diakjinpfgbhenocpbabdfjbodohnfgn |
설명 | Calculate the time duration to complete the playlist videos on youtube with video skip and video speed control estimation feature |
파일 크기 | 53.07 KB |
설치 횟수 | 911 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-11-16 |
출시 날짜 | 2022-08-21 |
평점 | 4.88/5 총 8 개의 평점 |
개발자 | Lakshy Gupta |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Playlist Duration Analyzer", "short_name": "YTPL Analyzer", "description": "Calculate the time duration to complete the playlist videos on youtube with video skip and video speed control estimation feature", "version": "1.0.1", "manifest_version": 3, "action": { "default_popup": "pop.html" }, "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "activeTab", "scripting" ] } |