Google Meet Microphone
Google Meet Microphone ON/OFF
Wat is Google Meet Microphone?
Google Meet Microphone is een Chrome-extensie ontwikkeld door Genius Lynx, en de belangrijkste functie is "Google Meet Microphone ON/OFF".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Meet Microphone
Download Google Meet Microphone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Google Meet Microphone |
ID | afljajkplijmejjcccffakganicgkafk |
Officiële URL | https://chromewebstore.google.com/detail/google-meet-microphone/afljajkplijmejjcccffakganicgkafk |
Beschrijving | Google Meet Microphone ON/OFF |
Bestandsgrootte | 19.4 KB |
Aantal Installaties | 819 |
Huidige Versie | 2.0.0.0 |
Laatst Bijgewerkt | 2022-11-11 |
Publicatiedatum | 2021-12-21 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Genius Lynx |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://geniuslynx.com/privacy-policy |
Ondersteunde Talen | 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 } |