Individual Fullscreen for Google Meet
This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.
Cos'è Individual Fullscreen for Google Meet?
Individual Fullscreen for Google Meet è un'estensione di Chrome sviluppata da angeloevan.ane, e la sua funzione principale è "This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Individual Fullscreen for Google Meet
Scarica i file di estensione Individual Fullscreen for Google Meet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 😉 Informazioni di Base sull'Estensione
| Nome | |
| ID | mkcelnnddmnidbakjahnjchdnapdbjgn |
| URL Ufficiale | https://chromewebstore.google.com/detail/individual-fullscreen-for/mkcelnnddmnidbakjahnjchdnapdbjgn |
| Descrizione | This is an unofficial extension that allows You to make any video source fullscreen in a google meeting. |
| Dimensione del File | 11.21 KB |
| Conteggio Installazioni | 359 |
| Versione Corrente | 1.0.5 |
| Ultimo Aggiornamento | 2024-02-25 |
| Data di Pubblicazione | 2022-11-29 |
| Valutazione | 5.00/5 Totale 7 Valutazioni |
| Sviluppatore | angeloevan.ane |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/angeloevangelista/google-meet-fullscreen |
| URL della Pagina di Aiuto | https://github.com/angeloevangelista/google-meet-fullscreen/issues |
| Lingue Supportate | 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": []
} | |