Toggle Fullscreen in Hangout

Enable to resize the Video of the Call to Fullscreen and Back

¿Qué es Toggle Fullscreen in Hangout?

Toggle Fullscreen in Hangout es una extensión de Chrome desarrollada por https://unterberger.media, y su función principal es "Enable to resize the Video of the Call to Fullscreen and Back".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Toggle Fullscreen in Hangout

Descarga archivos de extensión Toggle Fullscreen in Hangout 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

                        This extension enables Maximizing the Video/Screencast part of a Hangout and have it fullscreen if you toggle browser with presentation-mode or f11. 

Redesign from Google !

Google has made some big changes to Hangout, maybe it does not work properly, but it seems still good enough. 




Feature is similar to "Better On Air Hangouts" but this one is for Hangout and does not need Hangout-on-Air. (But also works with H-O-A if you check the box to enable H-O-A)

v1.3 Version Toogle with double-click: 

This Version works now with doubleclick on the big video-player and makes it fullscreen (maximized) , doubleclick again to make it back to normal size. 

there is no browser-action-button anymore, as it only watches google-hangout urls and adds only this doubleclick behavior. 

another fix is the size, the screenratio is now respected and black border added if its to high or to wide. 

no keyboard-shorcuts and no browser-buttons (next to addressbar) as its not needed, doubleclick is more intuitive and works always in normal and f11 -mode. 

v1.4 Migrate to Manifest v3                    

Información Básica de la Extensión

Nombre Toggle Fullscreen in Hangout Toggle Fullscreen in Hangout
ID eekfhcmpmchbhkdeplplcljcggddkffb
URL Oficial https://chromewebstore.google.com/detail/toggle-fullscreen-in-hang/eekfhcmpmchbhkdeplplcljcggddkffb
Descripción Enable to resize the Video of the Call to Fullscreen and Back
Tamaño del Archivo 49.69 KB
Cantidad de Instalaciones 13,418
Versión Actual 1.4
Última Actualización 2022-08-16
Fecha de Publicación 2016-03-17
Calificación 4.07/5 Total de 86 Calificaciones
Desarrollador https://unterberger.media
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://unterberger.media
URL de la Página de Ayuda https://unterberger.media/contact
URL de la Página de Política de Privacidad https://unterberger.media/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toggle Fullscreen in Hangout",
    "author": "Daniel Unterberger",
    "short_name": "fullscreen_hangout",
    "description": "Enable to resize the Video of the Call to Fullscreen and Back ",
    "version": "1.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "css": [
                "hangout.css"
            ],
            "js": [
                "jquery.js",
                "hangout.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "hangout.css"
            ],
            "matches": [
                "https:\/\/plus.google.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    }
}