Hand-me-down for Google Meet

Automatically lower your hand in Google Meet when you start talking

What is Hand-me-down for Google Meet?

Hand-me-down for Google Meet is a Chrome extension developed by Mike Crittenden, and its main feature is "Automatically lower your hand in Google Meet when you start talking".

Extension Screenshots

screenshot
screenshot

Download Hand-me-down for Google Meet Extension CRX File

Download Hand-me-down 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

                        "Oh, sorry, I don't have anything to say, I just forgot to lower my hand earlier."

Sound familiar? Not anymore! 

This tiny little extension keeps an eye on the "Raise/Lower Hand" button in Google Meet. If you raise your hand, it waits for you to start talking, and when you do it automatically lowers your hand.                    

Extension Basic Information

Name Hand-me-down for Google Meet Hand-me-down for Google Meet
ID odkejcmkmjeiaiejcghdkdnhbbokolbl
Official URL https://chromewebstore.google.com/detail/hand-me-down-for-google-m/odkejcmkmjeiaiejcghdkdnhbbokolbl
Description Automatically lower your hand in Google Meet when you start talking
File Size 16.86 KB
Installation Count 1,370
Current Version 0.0.3
Last Updated 2021-03-06
Publish Date 2021-02-20
Rating 4.83/5 Total 6 Ratings
Developer Mike Crittenden
Email [email protected]
Payment Type free
Extension Website https://github.com/mikecrittenden/hand-me-down-for-google-meet
Help Page URL https://github.com/mikecrittenden/hand-me-down-for-google-meet/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.3",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}