Google Meet 自動カメラ/マイク オフ is a accessibility chrome extension. it's a free extension , it has 46 active users since released its first version, it earns an average rating of 0.00 from 0 rated user, last update is 874 days ago.
Google Meetへの参加時にカメラ/マイクを自動でオフにします。 シンプルに以下のコードを実行しています。 --- var timer = setInterval(mute, 1000); setTimeout(function () { clearInterval(timer) }, 20000); function mute() { var muteTags = document.querySelectorAll('[data-is-muted=false]'); for (var muteTag of muteTags) { muteTag.click(); } var muteTags2 = document.querySelectorAll('[data-is-muted=false]'); if (muteTags.length === 0 || muteTags.length === muteTags2.length) { return; } clearInterval(timer); } ---
You could download the latest version crx file or older version files and install it.
日本語.
You could find more help information from google meet 自動カメラ/マイク オフ support page.
You could send emails to publisher, or check publisher's website.
You could click to report abuse of google meet 自動カメラ/マイク オフ.