YTSync

Watch videos directly on YouTube with your friends.

YTSync란 무엇입니까?

YTSync은(는) Tandashi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch videos directly on YouTube with your friends."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Using this plugin you can watch videos directly on YouTube with your friends and don't need to visit an extra site. You also have the advantage that you can synchronise livestreams and videos which have been blocked for embedded play. You also can use the features YouTube has to offer e.g. liking the current video, storing the current video in your private playlist and many more.

Features
-------------
- Synchronising videos and livestreams directly on YouTube
- Basic permission system
- Queue functionality
- Autoplay functionality
- Reactions
- Dark and light mode (depending on your YouTube setting)

If you think there is anything missing then just create a feature request.

What changes after installation?
-------------
After you installed the plugin you will see a few more buttons on YouTube when you watch a video. These buttons can be found directly next to the like/dislike buttons below a video. With these buttons you can create a sync room, leave a sync room, or add a video to the queue.

Usage
-------------
Simply create a sync room directly on YouTube, copy the URL and give it to your friends. Now you can watch the videos together.

For a detailed summary on how to use this plugin please visit the GitHub Repository.                    

확장 프로그램 기본 정보

이름 YTSync YTSync
ID djjmipmoebdhkblgmllkehfghaekbimi
공식 URL https://chromewebstore.google.com/detail/ytsync/djjmipmoebdhkblgmllkehfghaekbimi
설명 Watch videos directly on YouTube with your friends.
파일 크기 83.11 KB
설치 횟수 31
현재 버전 2.0.1
최근 업데이트 2022-01-15
출시 날짜 2021-01-22
평점 5.00/5 총 5 개의 평점
개발자 Tandashi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Tandashi/YTSync-Plugin
도움말 페이지 URL https://github.com/Tandashi/YTSync-Plugin/discussions
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YTSync",
    "description": "Watch videos directly on YouTube with your friends.",
    "author": "Tandashi",
    "version": "2.0.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/Tandashi\/YTSync-Plugin",
    "web_accessible_resources": [
        "js\/jquery-3.4.1.min.js",
        "js\/socket.io.slim.js",
        "lib.user.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/feed*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "extension.js"
            ],
            "run_at": "document_end"
        }
    ]
}