Google Meet 自動カメラ/マイク オフ in Chrome with OffiDocs
Ad
DESCRIPTION
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); } ---
Additional Information:
- Offered by harupu
- Average rating : 0 stars (hated it)
- Developer This email address is being protected from spambots. You need JavaScript enabled to view it.
Google Meet 自動カメラ/マイク オフ web extension integrated with the OffiDocs Chromium online