YTSync

Watch videos directly on YouTube with your friends.

YTSync là gì?

YTSync là một tiện ích mở rộng Chrome được phát triển bởi Tandashi, và tính năng chính của nó là "Watch videos directly on YouTube with your friends.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YTSync

Tải xuống các tệp mở rộng YTSync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YTSync YTSync
ID djjmipmoebdhkblgmllkehfghaekbimi
URL Chính Thức https://chromewebstore.google.com/detail/ytsync/djjmipmoebdhkblgmllkehfghaekbimi
Mô tả Watch videos directly on YouTube with your friends.
Kích Thước Tệp 83.11 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-01-15
Ngày Phát Hành 2021-01-22
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Tandashi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Tandashi/YTSync-Plugin
URL Trang Trợ Giúp https://github.com/Tandashi/YTSync-Plugin/discussions
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}