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.
¿Qué es Twitch clip/VOD sync?
Twitch clip/VOD sync es una extensión de Chrome desarrollada por mig25, y su función principal es "Synchronises a Twitch clip/VOD to another streamers VOD if that streamer was live at the exact moment in time of the clip/VOD.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch clip/VOD sync
Descarga archivos de extensión Twitch clip/VOD sync en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 Información Básica de la Extensión
| Nombre | |
| ID | iolfhmhipbbpacmhhffkjelgkadnffid |
| URL Oficial | https://chromewebstore.google.com/detail/twitch-clipvod-sync/iolfhmhipbbpacmhhffkjelgkadnffid |
| Descripción | Synchronises a Twitch clip/VOD to another streamers VOD if that streamer was live at the exact moment in time of the clip/VOD. |
| Tamaño del Archivo | 2.7 MB |
| Cantidad de Instalaciones | 2,030 |
| Versión Actual | 1.0.4 |
| Última Actualización | 2021-06-07 |
| Fecha de Publicación | 2021-03-10 |
| Calificación | 4.13/5 Total de 8 Calificaciones |
| Desarrollador | mig25 |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://github.com/Miguel2597/twitch-clip-vod-sync |
| Idiomas Soportados | 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"
]
} | |