VODPeek: Twitch Highlight Finder

Easily find best moments in Twitch VOD!

VODPeek: Twitch Highlight Finder क्या है?

VODPeek: Twitch Highlight Finder https://vodpeek.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily find best moments in Twitch VOD!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VODPeek: Twitch Highlight Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/"
    ]
}