YTSync

Watch videos directly on YouTube with your friends.

YTSyncคืออะไร?

YTSync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tandashi และคุณลักษณะหลักของมันคือ "Watch videos directly on YouTube with your friends."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YTSync

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}