YouTube Party

YouTube Party lets you sync your YouTube videos together with friends over the internet!

YouTube Partyคืออะไร?

YouTube Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย advancedsolutionshub และคุณลักษณะหลักของมันคือ "YouTube Party lets you sync your YouTube videos together with friends over the internet!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ** YouTube Party Plus is in no way affiliated with the YouTube.

YouTube Party lets you easily synchronize your favorite YouTube videos with your friends! Easily and effortlessly watch and chat together!

The steps are simple:
* Start watching a YouTube video
* Press the extension's icon on the top right of your browser
* Create a room
* Give your friends the code
* Have them join the room and press "Open Video"
* Enjoy the video together!

© Trip Software, 2020, All Rights Reserved                    

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

ชื่อ YouTube Party YouTube Party
ID ohdfhnkelpnfiamkjnfbbafnhleohmma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-party/ohdfhnkelpnfiamkjnfbbafnhleohmma
คำอธิบาย YouTube Party lets you sync your YouTube videos together with friends over the internet!
ขนาดไฟล์ 1.39 MB
จำนวนการติดตั้ง 11,554
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-05-14
วันที่เผยแพร่ 2020-05-13
คะแนน 2.70/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา advancedsolutionshub
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://tripssoftware.github.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Party",
    "version": "1.2",
    "description": "YouTube Party lets you sync your YouTube videos together with friends over the internet!",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        "jquery.js",
        "js\/playerController.js",
        "semantic\/semantic.chrome.css",
        "html\/chat2.html",
        "html\/popup.html",
        "semantic\/themes\/default\/assets\/fonts\/*",
        "semantic\/themes\/default\/assets\/fonts\/*",
        "semantic\/themes\/default\/assets\/images\/*.png"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "js\/playerController.js",
                "semantic\/semantic.js",
                "js\/chat\/chat.js"
            ],
            "css": [
                "semantic\/semantic.chrome.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "js\/peerjs.min.js",
            "js\/bg_general_functions.js",
            "js\/bg_self.js",
            "js\/bg_join.js",
            "js\/bg_host.js",
            "js\/bg_chat.js"
        ],
        "persistent": true
    }
}