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!是由https://grouptube.de开发的Chrome扩展程序,该扩展的主要功能是“Watch YouTube videos together, completely in sync and easy to manage.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载GroupTube - Watch YouTube videos together!扩展crx文件

下载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
}