Wider2Gether

Removes the chat in order to increase the size of the video player

¿Qué es Wider2Gether?

Wider2Gether es una extensión de Chrome desarrollada por Reecer9714, y su función principal es "Removes the chat in order to increase the size of the video player".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Wider2Gether

Descarga archivos de extensión Wider2Gether 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

                        Hides the chat box in order to increase and widen the size of the video player in Watch2Gether rooms. This is a personal extension for me and my friends, but hopefully this can help you too. Newly updated for web page changes.                    

Información Básica de la Extensión

Nombre Wider2Gether Wider2Gether
ID mkilponbihhljjdcepdooabbciahogbd
URL Oficial https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd
Descripción Removes the chat in order to increase the size of the video player
Tamaño del Archivo 9.14 KB
Cantidad de Instalaciones 76
Versión Actual 1.3
Última Actualización 2018-08-22
Fecha de Publicación 2018-08-22
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Reecer9714
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wider2Gether",
    "description": "Removes the chat in order to increase the size of the video player",
    "version": "1.3",
    "icons": {
        "128": "Wider2Gether.png"
    },
    "browser_action": {
        "default_icon": "Wider2Gether.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.watch2gether.com\/rooms\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}