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.
What is Twitch clip/VOD sync?
Twitch clip/VOD sync is a Chrome extension developed by mig25, and its main feature is "Synchronises a Twitch clip/VOD to another streamers VOD if that streamer was live at the exact moment in time of the clip/VOD.".
Extension Screenshots
Download Twitch clip/VOD sync Extension CRX File
Download Twitch clip/VOD sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | iolfhmhipbbpacmhhffkjelgkadnffid |
| Official URL | https://chromewebstore.google.com/detail/twitch-clipvod-sync/iolfhmhipbbpacmhhffkjelgkadnffid |
| 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. |
| File Size | 2.7 MB |
| Installation Count | 2,030 |
| Current Version | 1.0.4 |
| Last Updated | 2021-06-07 |
| Publish Date | 2021-03-10 |
| Rating | 4.13/5 Total 8 Ratings |
| Developer | mig25 |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/Miguel2597/twitch-clip-vod-sync |
| Supported Languages | 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"
]
} | |