Mute Google Meet

Mutes Google Meet from any tab.

What is Mute Google Meet?

Mute Google Meet is a Chrome extension developed by Fernando França, and its main feature is "Mutes Google Meet from any tab.".

Extension Screenshots

screenshot

Download Mute Google Meet Extension CRX File

Download Mute 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

                        • Supports multiple Google Meet Tabs
• Uses latest V3 APIs, low CPU usage
• Works on Mac OS, Windows an Linux
• Safe, privacy-aware and open source ♥                    

Extension Basic Information

Name Mute Google Meet Mute Google Meet
ID ddlifcapmkddgnofiajbeicbhbdpkgao
Official URL https://chromewebstore.google.com/detail/mute-google-meet/ddlifcapmkddgnofiajbeicbhbdpkgao
Description Mutes Google Meet from any tab.
File Size 24.67 KB
Installation Count 79
Current Version 1.0
Last Updated 2021-07-02
Publish Date 2021-07-01
Rating 5.00/5 Total 2 Ratings
Developer Fernando França
Email [email protected]
Payment Type free
Extension Website https://github.com/fefranca/mute-google-meet
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mute Google Meet",
    "description": "Mutes Google Meet from any tab.",
    "version": "1.0",
    "author": "Fernando Fran\u00e7a",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Mute Google Meet"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/"
    ]
}