Individual Fullscreen for Google Meet

This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.

Co je Individual Fullscreen for Google Meet?

Individual Fullscreen for Google Meet je rozšíření Chrome vyvinuté angeloevan.ane, a jeho hlavní funkcí je „This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Individual Fullscreen for Google Meet

Stáhněte si soubory rozšíření Individual Fullscreen for Google Meet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension basically enables a fullscreen button when a video source is added on a google meeting, so You can maximize it and pay attention to every detail is being shared with You 😉                    

Základní Informace o Rozšíření

Název Individual Fullscreen for Google Meet Individual Fullscreen for Google Meet
ID mkcelnnddmnidbakjahnjchdnapdbjgn
Oficiální URL https://chromewebstore.google.com/detail/individual-fullscreen-for/mkcelnnddmnidbakjahnjchdnapdbjgn
Popis This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.
Velikost souboru 11.21 KB
Počet instalací 359
Aktuální Verze 1.0.5
Poslední Aktualizace 2024-02-25
Datum Vydání 2022-11-29
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář angeloevan.ane
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/angeloevangelista/google-meet-fullscreen
URL Stránky Nápovědy https://github.com/angeloevangelista/google-meet-fullscreen/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Individual Fullscreen for Google Meet",
    "description": "This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.",
    "homepage_url": "https:\/\/github.com\/angeloevangelista\/google-meet-fullscreen",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icons\/16.png",
        "48": ".\/icons\/48.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "enable_fullscreen.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "permissions": []
}