Google Meet Microphone
Google Meet Microphone ON/OFF
Cos'è Google Meet Microphone?
Google Meet Microphone è un'estensione di Chrome sviluppata da Genius Lynx, e la sua funzione principale è "Google Meet Microphone ON/OFF".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Meet Microphone
Scarica i file di estensione Google Meet Microphone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Google Meet Microphone |
ID | afljajkplijmejjcccffakganicgkafk |
URL Ufficiale | https://chromewebstore.google.com/detail/google-meet-microphone/afljajkplijmejjcccffakganicgkafk |
Descrizione | Google Meet Microphone ON/OFF |
Dimensione del File | 19.4 KB |
Conteggio Installazioni | 819 |
Versione Corrente | 2.0.0.0 |
Ultimo Aggiornamento | 2022-11-11 |
Data di Pubblicazione | 2021-12-21 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | Genius Lynx |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://geniuslynx.com/privacy-policy |
Lingue Supportate | 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 } |