Google Meet 自動カメラ/マイク オフ Google Meet 自動カメラ/マイク オフ

Accessibility
Version: 1.1
Last Update: 2022-06-13

Overview

Google Meet 自動カメラ/マイク オフ is a Chrome extension developed by harupu. According to the data from Chrome web store, current version of Google Meet 自動カメラ/マイク オフ is 1.1, updated on 2022-06-13.
44 users have installed this extension. No user have rated this extension yet.

Google Meetへの参加時にカメラ/マイクを自動でオフにします

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);
}
---

Rating

0 ratings

Total Installs

44

Information

Last Update

2022-06-13

Current Version

1.1

Size

13.52KiB

Author

harupu

Website

None

Category

Accessibility

Latest Reviews

See More