YouTube Playlist Duration
View the duration of YouTube playlists
YouTube Playlist Duration란 무엇입니까?
YouTube Playlist Duration은(는) Sridhama Prakhya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View the duration of YouTube playlists"입니다.
확장 프로그램 스크린샷
YouTube Playlist Duration 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension unobtrusively displays the total duration of YouTube playlists. YouTube Playlist Duration is great for easily viewing the duration of playlists for online courses, music albums, podcasts, and more! Known issues: 1. Occasionally, the page must be refreshed for the duration counter to update. 2. Try restarting Chrome if the extension doesn't load. 3. Extension may not work due to pre-installed ad-blockers. 4. Click on duration box if it doesn't disappear. Source code: https://github.com/sridhama/youtube-playlist-duration
확장 프로그램 기본 정보
이름 | YouTube Playlist Duration |
ID | ijppgifnllaehojnpbphigenojfjnhml |
공식 URL | https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml |
설명 | View the duration of YouTube playlists |
파일 크기 | 19.32 KB |
설치 횟수 | 10,000 |
현재 버전 | 3.1.6 |
최근 업데이트 | 2021-03-14 |
출시 날짜 | 2020-06-21 |
평점 | 3.33/5 총 111 개의 평점 |
개발자 | Sridhama Prakhya |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/sridhama/youtube-playlist-duration |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "app.js" ], "matches": [ "https:\/\/www.youtube.com\/playlist?list=*" ], "run_at": "document_end" } ], "description": "View the duration of YouTube playlists", "homepage_url": "https:\/\/github.com\/sridhama\/youtube-playlist-duration", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "YouTube Playlist Duration", "version": "3.1.6" } |