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."입니다.

확장 프로그램 스크린샷

screenshot

Twitch clip/VOD sync 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}