YTSync

Watch videos directly on YouTube with your friends.

什麼是YTSync?

YTSync是由Tandashi開發的Chrome擴展程式,該擴展的主要功能是“Watch videos directly on YouTube with your friends.”。

擴展截圖

screenshot

下載YTSync擴展crx文件

下載YTSync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}