Toggle Fullscreen in Hangout

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

Toggle Fullscreen in Hangout क्या है?

Toggle Fullscreen in Hangout https://unterberger.media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable to resize the Video of the Call to Fullscreen and Back"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Toggle Fullscreen in Hangout एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Toggle Fullscreen in Hangout Toggle Fullscreen in Hangout
ID eekfhcmpmchbhkdeplplcljcggddkffb
आधिकारिक URL https://chromewebstore.google.com/detail/toggle-fullscreen-in-hang/eekfhcmpmchbhkdeplplcljcggddkffb
विवरण Enable to resize the Video of the Call to Fullscreen and Back
फ़ाइल का आकार 49.69 KB
स्थापना संख्या 13,418
वर्तमान संस्करण 1.4
अंतिम अपडेट 2022-08-16
प्रकाशन तिथि 2016-03-17
रेटिंग 4.07/5 कुल 86 रेटिंग्स
डेवलपर https://unterberger.media
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://unterberger.media
सहायता पृष्ठ URL https://unterberger.media/contact
गोपनीयता नीति पृष्ठ URL https://unterberger.media/privacy-policy
समर्थित भाषाएँ 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"
    }
}