VODPeek: Twitch Highlight Finder

Easily find best moments in Twitch VOD!

VODPeek: Twitch Highlight Finder là gì?

VODPeek: Twitch Highlight Finder là một tiện ích mở rộng Chrome được phát triển bởi https://vodpeek.com, và tính năng chính của nó là "Easily find best moments in Twitch VOD!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VODPeek: Twitch Highlight Finder

Tải xuống các tệp mở rộng VODPeek: Twitch Highlight Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VODPeek: Twitch Highlight Finder VODPeek: Twitch Highlight Finder
ID pohioolkanpgkjpjmmmbionipblnekbb
URL Chính Thức https://chromewebstore.google.com/detail/vodpeek-twitch-highlight/pohioolkanpgkjpjmmmbionipblnekbb
Mô tả Easily find best moments in Twitch VOD!
Kích Thước Tệp 262 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-07-29
Ngày Phát Hành 2023-06-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://vodpeek.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.vodpeek.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}