YouTube Party

Synchronize your YouTube video playback with friends!

YouTube Partyคืออะไร?

YouTube Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ytparty.team และคุณลักษณะหลักของมันคือ "Synchronize your YouTube video playback with friends!"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Party ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The #1 YouTube Watch Party.  Don't be fooled by others.  Completely free and no account needed.
Create your own Watch Parties and watch YouTube videos with friends.
YouTube Party is a Chrome extension for watching YouTube videos synchronized with friends. 
Create a Watch Party immediately. 

By synchronizing your YouTube playback experience across your watch party, YouTube Party offers a new way to experience watching your favorite videos with your friends and family around the world! 

As you watch, you can chat and communicate about your favorite moments!
Start a Watch Party - It's simple!

To use this extension:
1) Make sure you all download this extension!
2) If you're creating the watch party, navigate to a YouTube video and the extension icon will light up. If you do not see the icon, make sure you pin the extension to your extensions bar. 
3) Click the extension icon and press “Start the Party!”.
4) Send the link to a friend with the extension - they don't have to click anything! They'll automatically join your session. You will be notified in the chat when they join!
5) Enjoy chatting with your friends and watching your YouTube videos seamlessly synchronized!
6) If you want to exit a session, just reopen the extension and click 'Leave Session.'

If you like the extension and would like to support our team, you can do so by donating to us here: https://www.patreon.com/youtubeparty

Help us make your experience better by sending feedback.

As always, we appreciate your continued support!

Have an idea for a new feature? Email us at [email protected]!

Thank you all very much,
The YouTube Party Team                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Party YouTube Party
ID ngmncgebkdchkdokiecifpmodajbaopj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-party/ngmncgebkdchkdokiecifpmodajbaopj
คำอธิบาย Synchronize your YouTube video playback with friends!
ขนาดไฟล์ 251 KB
จำนวนการติดตั้ง 300,000
เวอร์ชันปัจจุบัน 2.2.2
อัปเดตครั้งล่าสุด 2024-02-17
วันที่เผยแพร่ 2020-05-16
คะแนน 3.56/5 รวมทั้งหมด 144 คะแนน
ผู้พัฒนา ytparty.team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.patreon.com/youtubeparty
URL หน้าช่วยเหลือ https://forms.gle/6sSSRThck4XqQsFC6
ภาษาที่รองรับ de,en,fr,es,es-419,pt-BR,pt-PT,el,hi,ar,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.2.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "YouTube Party - Click to start the party!",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-FRoFlGx2+Fhv0tPS9pYdsPweLbLLjRfa4Ap2BYiXk2E='; object-src 'self'",
    "permissions": [
        "declarativeContent",
        "webNavigation",
        "https:\/\/*.youtube.com\/*",
        "http:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}