Google meet fullscreen

Allows to make screen presentation and camera fullscreen

What is Google meet fullscreen?

Google meet fullscreen is a Chrome extension developed by damian.rachel, and its main feature is "Allows to make screen presentation and camera fullscreen".

Extension Screenshots

screenshot
screenshot

Download Google meet fullscreen Extension CRX File

Download Google meet fullscreen 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 will allow you to open screen sharing in fullscreen                    

Extension Basic Information

Name Google meet fullscreen Google meet fullscreen
ID bankihmomoalkanhbblfgbclhalkndmb
Official URL https://chromewebstore.google.com/detail/google-meet-fullscreen/bankihmomoalkanhbblfgbclhalkndmb
Description Allows to make screen presentation and camera fullscreen
File Size 12.21 KB
Installation Count 877
Current Version 1.0.0
Last Updated 2023-01-11
Publish Date 2023-01-11
Rating 3.00/5 Total 4 Ratings
Developer damian.rachel
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google meet fullscreen",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Allows to make screen presentation and camera fullscreen",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "meetFullscreen.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}