VideoSync

VideoSync is a browser extension that makes watching videos together easier.

VideoSync란 무엇입니까?

VideoSync은(는) Rafael Ketsetsides에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VideoSync is a browser extension that makes watching videos together easier."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

VideoSync 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        VideoSync is a browser extension that makes watching videos together easier. Any modern video player on any website should work with VideoSync. The following websites and video players have been tested with VideoSync:

Netflix
Youtube
Vimeo
Twitter
Plex
JW Player

To watch a video with others on VideoSync, make sure that all parties have the extension installed. Once everyone is in the same room, they can each select the video they want to watch; while it is recommended that everyone use the same video, people can choose to use different streaming providers if they want. Once everyone is ready, the video players will be sync and you can start watching the video at the same time.

Playing, pausing, rewinding, or even changing the playback speed are synchronized. The extension attempts to adjust for latency in order to keep everyone synchronized, but this may cause unexpected skipping, so if you wish to turn it off you can uncheck the "Adjust for latency" checkbox.                    

확장 프로그램 기본 정보

이름 VideoSync VideoSync
ID ehppglocncfipbbdoljajkccphahpnfm
공식 URL https://chromewebstore.google.com/detail/videosync/ehppglocncfipbbdoljajkccphahpnfm
설명 VideoSync is a browser extension that makes watching videos together easier.
파일 크기 34.19 KB
설치 횟수 122
현재 버전 0.0.7
최근 업데이트 2020-09-07
출시 날짜 2020-09-06
평점 5.00/5 총 1 개의 평점
개발자 Rafael Ketsetsides
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/rafket/videosync/
도움말 페이지 URL https://github.com/rafket/videosync/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rafael Ketsetsides",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "VideoSync",
        "default_icon": {
            "16": "img\/3d-glasses_inactive_16.png",
            "32": "img\/3d-glasses_inactive_32.png",
            "64": "img\/3d-glasses_inactive_64.png"
        }
    },
    "icons": {
        "16": "img\/3d-glasses_active_16.png",
        "48": "img\/3d-glasses_active_48.png",
        "128": "img\/3d-glasses_active_128.png"
    },
    "description": "VideoSync is a browser extension that makes watching videos together easier.",
    "manifest_version": 2,
    "name": "VideoSync",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        ""
    ],
    "version": "0.0.7"
}