Fix Meet

Functional and styling improvements to Google Meet.

What is Fix Meet?

Fix Meet is a Chrome extension developed by Andy Braren, and its main feature is "Functional and styling improvements to Google Meet.".

Extension Screenshots

screenshot

Download Fix Meet Extension CRX File

Download Fix 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 improves the experience of using Google Meet by:

- Making the footer's controls always visible and translucent
- Adding push-to-talk and mic toggle functionality via the spacebar                    

Extension Basic Information

Name Fix Meet Fix Meet
ID bijmnmmogdkbljbabmjaakneldgndljp
Official URL https://chromewebstore.google.com/detail/fix-meet/bijmnmmogdkbljbabmjaakneldgndljp
Description Functional and styling improvements to Google Meet.
File Size 5.03 KB
Installation Count 46
Current Version 1.4
Last Updated 2021-02-06
Publish Date 2021-02-05
Rating 5.00/5 Total 7 Ratings
Developer Andy Braren
Email [email protected]
Payment Type free
Extension Website https://andybraren.com/tools/google-meet-fixer.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix Meet",
    "description": "Functional and styling improvements to Google Meet.",
    "version": "1.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "script.js"
    }
}