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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Twitch clip/VOD sync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | iolfhmhipbbpacmhhffkjelgkadnffid |
| 官方網址 | 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"
]
} | |