Individual Fullscreen for Google Meet

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

Wat is Individual Fullscreen for Google Meet?

Individual Fullscreen for Google Meet is een Chrome-extensie ontwikkeld door angeloevan.ane, en de belangrijkste functie is "This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Individual Fullscreen for Google Meet

Download Individual Fullscreen for Google Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 😉                    

Basisinformatie over de Extensie

Naam Individual Fullscreen for Google Meet Individual Fullscreen for Google Meet
ID mkcelnnddmnidbakjahnjchdnapdbjgn
Officiële URL https://chromewebstore.google.com/detail/individual-fullscreen-for/mkcelnnddmnidbakjahnjchdnapdbjgn
Beschrijving This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.
Bestandsgrootte 11.21 KB
Aantal Installaties 359
Huidige Versie 1.0.5
Laatst Bijgewerkt 2024-02-25
Publicatiedatum 2022-11-29
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar angeloevan.ane
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/angeloevangelista/google-meet-fullscreen
Help Pagina-URL https://github.com/angeloevangelista/google-meet-fullscreen/issues
Ondersteunde Talen 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": []
}