Individual Fullscreen for Google Meet
This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.
What is Individual Fullscreen for Google Meet?
Individual Fullscreen for Google Meet is a Chrome extension developed by angeloevan.ane, and its main feature is "This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.".
Extension Screenshots
Download Individual Fullscreen for Google Meet Extension CRX File
Download Individual Fullscreen for Google Meet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 😉
Extension Basic Information
Name | Individual Fullscreen for Google Meet |
ID | mkcelnnddmnidbakjahnjchdnapdbjgn |
Official URL | https://chromewebstore.google.com/detail/individual-fullscreen-for/mkcelnnddmnidbakjahnjchdnapdbjgn |
Description | This is an unofficial extension that allows You to make any video source fullscreen in a google meeting. |
File Size | 11.21 KB |
Installation Count | 359 |
Current Version | 1.0.5 |
Last Updated | 2024-02-25 |
Publish Date | 2022-11-29 |
Rating | 5.00/5 Total 7 Ratings |
Developer | angeloevan.ane |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/angeloevangelista/google-meet-fullscreen |
Help Page URL | https://github.com/angeloevangelista/google-meet-fullscreen/issues |
Supported Languages | 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": [] } |