VODPeek: Twitch Highlight Finder
Easily find best moments in Twitch VOD!
VODPeek: Twitch Highlight Finder란 무엇입니까?
VODPeek: Twitch Highlight Finder은(는) https://vodpeek.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily find best moments in Twitch VOD!"입니다.
확장 프로그램 스크린샷
VODPeek: Twitch Highlight Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Discover Funny, Fail, and Epic moments in Twitch VODs with just a peek, saving you valuable time by skipping the boring parts. A helpful tool for Youtube editors. Features: ✔️ Clip Timestamp: Effortlessly browse and jump to all the clips created in a VOD. ✔️ Match History Overview: Showcase matches played in the VOD, including kills and significant events, enabling you to swiftly grasp the key moments. (currently only supports League of Legends) ✔️ Chat Visualizer: Visualize viewer engagement through graphs, identifying sections where viewers were most active. ✔️ Chat Filtering: Search for specific keywords, emotes, or viewer interactions in the chat graphs. ✔️ Take Screenshot: Download full frame screenshot of current playing VOD (based on current video quality) ✔️ Download Clip: Add a "Download Clip" button next to Clip Timestamp. (on/off setting in popup)
확장 프로그램 기본 정보
이름 | VODPeek: Twitch Highlight Finder |
ID | pohioolkanpgkjpjmmmbionipblnekbb |
공식 URL | https://chromewebstore.google.com/detail/vodpeek-twitch-highlight/pohioolkanpgkjpjmmmbionipblnekbb |
설명 | Easily find best moments in Twitch VOD! |
파일 크기 | 262 KB |
설치 횟수 | 149 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2023-07-29 |
출시 날짜 | 2023-06-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://vodpeek.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.vodpeek.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VODPeek: Twitch Highlight Finder", "description": "Easily find best moments in Twitch VOD!", "version": "1.3.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "css": [ "assets\/content-style.css" ], "js": [ "content-script3.js" ] } ], "action": { "default_popup": "popup\/popup.html", "default_icon": "assets\/icon.png", "default_title": "Twitch Vod Highlights" }, "icons": { "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "cookies" ], "host_permissions": [ "https:\/\/www.vodpeek.com\/" ] } |