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!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載VODPeek: Twitch Highlight Finder擴展crx文件

下載VODPeek: Twitch Highlight Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 VODPeek: Twitch Highlight Finder
ID pohioolkanpgkjpjmmmbionipblnekbb
官方網址 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\/"
    ]
}