GroupTube - Watch YouTube videos together!

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

GroupTube - Watch YouTube videos together! là gì?

GroupTube - Watch YouTube videos together! là một tiện ích mở rộng Chrome được phát triển bởi https://grouptube.de, và tính năng chính của nó là "Watch YouTube videos together, completely in sync and easy to manage.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GroupTube - Watch YouTube videos together!

Tải xuống các tệp mở rộng GroupTube - Watch YouTube videos together! 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

                        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                    

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

Tên GroupTube - Watch YouTube videos together! GroupTube - Watch YouTube videos together!
ID oleimghoinacbieboodiomckfmhccbao
URL Chính Thức https://chromewebstore.google.com/detail/grouptube-watch-youtube-v/oleimghoinacbieboodiomckfmhccbao
Mô tả Watch YouTube videos together, completely in sync and easy to manage.
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 2,794
Phiên Bản Hiện Tại 3.3
Cập Nhật Lần Cuối 2023-09-01
Ngày Phát Hành 2020-06-24
Đánh Giá 4.31/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://grouptube.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://grouptube.de
URL Trang Trợ Giúp https://grouptube.de
Ngôn Ngữ Được Hỗ Trợ 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
}