Videoland Party
Watch Videoland remotely with friends
¿Qué es Videoland Party?
Videoland Party es una extensión de Chrome desarrollada por videolandparty, y su función principal es "Watch Videoland remotely with friends".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Videoland Party
Descarga archivos de extensión Videoland Party 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
Use this extension to watch and chat about Videoland with friends synchronously! How does it work? (0. Install the chrome extension.) 1. Navigate to a video you'd like to watch together, after that you can press the extension. 2. Create a party and share the party-id with your friends. 3. If your friends navigated to the same video, then they can press the extension and join the party using the party-id. 4. Now you can chat and watch the video simultaneously, the extension will make sure everybody watches the same part.
Información Básica de la Extensión
Nombre | Videoland Party |
ID | inkmmdhpebdaogigmlbhkfflcldnbbkb |
URL Oficial | https://chromewebstore.google.com/detail/videoland-party/inkmmdhpebdaogigmlbhkfflcldnbbkb |
Descripción | Watch Videoland remotely with friends |
Tamaño del Archivo | 109 KB |
Cantidad de Instalaciones | 4,000 |
Versión Actual | 2.0.2 |
Última Actualización | 2021-12-08 |
Fecha de Publicación | 2020-06-03 |
Calificación | 2.53/5 Total de 19 Calificaciones |
Desarrollador | videolandparty |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://videolandparty.nl |
Idiomas Soportados | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "2.0.2", "default_locale": "nl", "permissions": [ "activeTab", "declarativeContent" ], "page_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |