Twitch DVR player

Replaces the standard twitch player with a custom one that supports DVR.

Twitch DVR player क्या है?

Twitch DVR player kjiang.developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the standard twitch player with a custom one that supports DVR."।

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

screenshot

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

crx प्रारूप में Twitch DVR player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Never miss an exciting moment again with Twitch DVR (not actually affiliated with Twitch in any way). Replace the standard Twitch player with one that supports rewinding to any point in the stream! Jump back and forth between live and previous content. Installing the extension will automatically replace the Twitch player with a player that supports DVR. You can toggle between the DVR player and the regular Twitch player at any time.

NOTE: Twitch has added a feature that stops VODs from auto-publishing on some channels (streamer can toggle this on and off). This breaks Twitch DVR Player and unfortunately there's nothing I can do about this if the streamer has it on (they might not know).

Release notes:

1.4.13
- Added Theater Mode button
- Added clearer error messages around clipping and rewind
- Fix bug with clipping VODs

1.4.12
- Sad update: add error screen showing why extension does not work
- Fix issue on Edge where unmuting does not resume stream

1.4.11
- Critical bug fix: stops responding to key presses in chat input box

1.4.10
- Makes clipping more reliable
- Enables clipping in DVR mode                    

एक्सटेंशन की मूल जानकारी

नाम Twitch DVR player Twitch DVR player
ID iaeibhcmabccclfnafahihdndonfgebo
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-dvr-player/iaeibhcmabccclfnafahihdndonfgebo
विवरण Replaces the standard twitch player with a custom one that supports DVR.
फ़ाइल का आकार 83.56 KB
स्थापना संख्या 43,502
वर्तमान संस्करण 1.4.13
अंतिम अपडेट 2022-07-28
प्रकाशन तिथि 2020-07-21
रेटिंग 3.82/5 कुल 73 रेटिंग्स
डेवलपर kjiang.developer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/caeleel/twitch-dvr
सहायता पृष्ठ URL https://github.com/caeleel/twitch-dvr
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch DVR player",
    "version": "1.4.13",
    "description": "Replaces the standard twitch player with a custom one that supports DVR.",
    "permissions": [
        "https:\/\/*.twitch.tv\/*",
        "https:\/\/*.ttvnw.net\/*",
        "https:\/\/dqrpb9wgowsf5.cloudfront.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "mux.js",
                "index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "[email protected]",
        "128": "twitch-dvr.png"
    },
    "manifest_version": 2
}