Twitch clip/VOD sync

Synchronises a Twitch clip/VOD to another streamers VOD if that streamer was live at the exact moment in time of the clip/VOD.

Twitch clip/VOD sync क्या है?

Twitch clip/VOD sync mig25 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Synchronises a Twitch clip/VOD to another streamers VOD if that streamer was live at the exact moment in time of the clip/VOD."।

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

screenshot

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

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

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

                        You can use this extension anywhere as long as you provide a valid clip/VOD URL. If you have a clip/VOD open in your current tab, the extension will automatically fill in the URL field for you. 

Valid clip URLs examples

https://clips.twitch.tv/ObliqueOddCougarFunRun-GF9H5eK6aSyFbT8U
clips.twitch.tv/ObliqueOddCougarFunRun-GF9H5eK6aSyFbT8U
twitch.tv/lirik/clip/EphemeralMuddyPanPeteZarollTie-D-ojcu-Nk40osS0S

Valid VOD URLs examples

VOD URLs must always include a timestamp with hours, minutes and seconds, even if they are 0.

https://www.twitch.tv/videos/934247376?t=10h29m46s
www.twitch.tv/videos/934247376?t=0h15m12s
twitch.tv/videos/934247376?t=1h0m10s                    

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

नाम Twitch clip/VOD sync Twitch clip/VOD sync
ID iolfhmhipbbpacmhhffkjelgkadnffid
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-clipvod-sync/iolfhmhipbbpacmhhffkjelgkadnffid
विवरण Synchronises a Twitch clip/VOD to another streamers VOD if that streamer was live at the exact moment in time of the clip/VOD.
फ़ाइल का आकार 2.7 MB
स्थापना संख्या 2,030
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2021-06-07
प्रकाशन तिथि 2021-03-10
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर mig25
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Miguel2597/twitch-clip-vod-sync
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch clip\/VOD sync",
    "description": "Synchronises a Twitch clip\/VOD to another streamers VOD if that streamer was live at the exact moment in time of the clip\/VOD.",
    "version": "1.0.4",
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Twitch clip\/VOD sync"
    },
    "permissions": [
        "activeTab"
    ]
}