GroupTube - Watch YouTube videos together!
Watch YouTube videos together, completely in sync and easy to manage.
¿Qué es GroupTube - Watch YouTube videos together!?
GroupTube - Watch YouTube videos together! es una extensión de Chrome desarrollada por https://grouptube.de, y su función principal es "Watch YouTube videos together, completely in sync and easy to manage.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GroupTube - Watch YouTube videos together!
Descarga archivos de extensión GroupTube - Watch YouTube videos together! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | GroupTube - Watch YouTube videos together! |
ID | oleimghoinacbieboodiomckfmhccbao |
URL Oficial | https://chromewebstore.google.com/detail/grouptube-watch-youtube-v/oleimghoinacbieboodiomckfmhccbao |
Descripción | Watch YouTube videos together, completely in sync and easy to manage. |
Tamaño del Archivo | 108 KB |
Cantidad de Instalaciones | 2,794 |
Versión Actual | 3.3 |
Última Actualización | 2023-09-01 |
Fecha de Publicación | 2020-06-24 |
Calificación | 4.31/5 Total de 16 Calificaciones |
Desarrollador | https://grouptube.de |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://grouptube.de |
URL de la Página de Ayuda | https://grouptube.de |
Idiomas Soportados | 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 } |