GroupTube - Watch YouTube videos together!

Watch YouTube videos together, completely in sync and easy to manage.

GroupTube - Watch YouTube videos together!คืออะไร?

GroupTube - Watch YouTube videos together! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://grouptube.de และคุณลักษณะหลักของมันคือ "Watch YouTube videos together, completely in sync and easy to manage."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GroupTube - Watch YouTube videos together!

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

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

                        GroupTube allows you to watch YouTube videos together with a group of people. While watching, the video will be completely in sync between all people watching. One person controls the video and can play, pause and skip to a certain timestamp. The video will then update for everyone else watching.
Works best with ad blocker.

For our awesome icons, we used Fontawesome icons. We did not change any of their icons, we simply downloaded them and included them in our Extension.
Link to their license: https://fontawesome.com/license                    

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

ชื่อ GroupTube - Watch YouTube videos together! GroupTube - Watch YouTube videos together!
ID oleimghoinacbieboodiomckfmhccbao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/grouptube-watch-youtube-v/oleimghoinacbieboodiomckfmhccbao
คำอธิบาย Watch YouTube videos together, completely in sync and easy to manage.
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 2,794
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2023-09-01
วันที่เผยแพร่ 2020-06-24
คะแนน 4.31/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://grouptube.de
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://grouptube.de
URL หน้าช่วยเหลือ https://grouptube.de
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GroupTube - Watch YouTube videos together!",
    "short_name": "GroupTube",
    "version": "3.3",
    "description": "Watch YouTube videos together, completely in sync and easy to manage.",
    "author": "Lasse Jacobsen & Mahmut Tunctuerk",
    "homepage_url": "https:\/\/grouptube.de\/",
    "minimum_chrome_version": "88",
    "permissions": [
        "storage"
    ],
    "offline_enabled": false,
    "icons": {
        "16": "assets\/img\/icons\/icon16.png",
        "32": "assets\/img\/icons\/icon32.png",
        "48": "assets\/img\/icons\/icon48.png",
        "128": "assets\/img\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "assets\/js\/ext\/jquery.min.js",
                "assets\/js\/ext\/socket.io.js",
                "assets\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}