YouTube Focus
Focused timestamp highlights for YouTube
YouTube Focus란 무엇입니까?
YouTube Focus은(는) House 7에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Focused timestamp highlights for YouTube"입니다.
확장 프로그램 스크린샷
YouTube Focus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Brings relevant timestamps from comments directly into your YouTube video player.
확장 프로그램 기본 정보
이름 | |
ID | hlbigenlepcdiklldilmakhojegpkaca |
공식 URL | https://chrome.google.com/webstore/detail/youtube-focus/hlbigenlepcdiklldilmakhojegpkaca |
설명 | Focused timestamp highlights for YouTube |
파일 크기 | 41.03 KB |
설치 횟수 | 26 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2020-09-18 |
출시 날짜 | 2020-03-26 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | House 7 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Focus", "version": "0.3.0", "description": "Focused timestamp highlights for YouTube", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": true, "js": [ "script\/garbage_collector.js", "script\/timestamps.js", "script\/app.js", "lib\/popper.min.js", "lib\/tippy-bundle.umd.min.js" ], "css": [ "css\/content.css" ] } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ] } |