Sync Watch

Watch videos together at the same time!

Sync Watch란 무엇입니까?

Sync Watch은(는) Semro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch videos together at the same time!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        SyncWatch allows watch videos with friends at the same time! You can watch movies, anime, lectures together.
Now it is no need to count 1..2..3. Just join to the room and your videos will be synchronized.

Plugin supports: YouTube, Vimeo, Dailymotion, Facebook and other sites with HTML5 video.

How to use:
1. Click on plugin icon.
2. Write your name and room name. (If room is not exist it will be created)
3. Click 'connect'. (First connecting may require 10 seconds)
4. Share name of the room with friends. They must follow this instruction (1-3 steps).
5. Go to the page where video is located.
6. Click 'share' to send link in room.
7. Other in room should open this link.

Leave a feedback! Tell us about bugs, your experience and how to make extension better.

Join community!
Discord: https://discord.gg/7AYpju4
Telegram: https://t.me/syncwatch
GitHub: https://github.com/Semro/syncwatch                    

확장 프로그램 기본 정보

이름 Sync Watch Sync Watch
ID ggiafipgeeaaahnjamgpjcgkdpanhddg
공식 URL https://chromewebstore.google.com/detail/sync-watch/ggiafipgeeaaahnjamgpjcgkdpanhddg
설명 Watch videos together at the same time!
파일 크기 37.57 KB
설치 횟수 66,092
현재 버전 0.500
최근 업데이트 2024-03-03
출시 날짜 2020-03-18
평점 4.44/5 총 72 개의 평점
개발자 Semro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Semro/syncwatch
도움말 페이지 URL https://github.com/Semro/syncwatch
지원되는 언어 de,en,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.500",
    "manifest_version": 3,
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "SyncWatch",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "js\/players\/netflix\/loadNetflix.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/players\/netflix\/netflix.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ]
        }
    ]
}