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