Google Meet Microphone
Google Meet Microphone ON/OFF
What is Google Meet Microphone?
Google Meet Microphone is a Chrome extension developed by Genius Lynx, and its main feature is "Google Meet Microphone ON/OFF".
Extension Screenshots
Download Google Meet Microphone Extension CRX File
Download Google Meet Microphone 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
Turn your Google Meet Microphone ON/OFF from any tab on the browser window by clicking the extension icon from the extensions bar on the top right.
Extension Basic Information
Name | Google Meet Microphone |
ID | afljajkplijmejjcccffakganicgkafk |
Official URL | https://chromewebstore.google.com/detail/google-meet-microphone/afljajkplijmejjcccffakganicgkafk |
Description | Google Meet Microphone ON/OFF |
File Size | 19.4 KB |
Installation Count | 819 |
Current Version | 2.0.0.0 |
Last Updated | 2022-11-11 |
Publish Date | 2021-12-21 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Genius Lynx |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://geniuslynx.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Microphone", "version": "2.0.0.0", "author": "Genius Lynx", "description": "Google Meet Microphone ON\/OFF", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Google Meet Microphone" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "https:\/\/meet.google.com\/*", "activeTab" ], "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |