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 |
| 公式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 |
| Eメール | [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"
]
} | |