What is Google Meet 自動カメラ/マイク オフ?
Extension stats
Other platforms
Extension summary
Google Meetへの参加時にカメラ/マイクを自動でオフにします。 シンプルに以下のコードを実行しています。
(function () { var timer = setInterval(mute, 100); 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=true]'); console.log(muteTags, muteTags2); if (muteTags.length === 0 || muteTags2.length === 0) { return; } clearInterval(timer);
See moreExtension safety
Risk impact
Google Meet 自動カメラ/マイク オフ requires very minimum permissions.
Risk likelihood
Google Meet 自動カメラ/マイク オフ is probably trust-worthy. Prefer other publishers if available. Exercise caution when installing this extension.
Similar extensions
Here are some Chrome extensions that are similar to Google Meet 自動カメラ/マイク オフ: