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

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

As of June 2026, Google Meet 自動カメラ/マイク オフ has 960 users and a 5.00/5 rating from 1 reviews in the Accessibility category.

Usersup 20.0 percent+20.0%
960
960
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
1.2
Manifest V3

History

3 snapshots

Tracking since Apr 23, 2026.

972.8880787.2Apr 23, 2026Jun 8, 2026
View as table
DateUsersRatingReviewsVersion
Apr 23, 20268005.0011.2
May 13, 20268905.0011.2
Jun 8, 20268855.0011.2
Now9605.0011.2

Permissions & access

Permissions
None declared
Host access
None declared

Screenshots

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

About

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

Technical

Version
1.2
Manifest
V3
Size
13.32KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
lgbfepkecndlgibmalnjlmeklkgoahlp
Developer ID
ucc3cadd3d72b35e91a772847571e1fee
Developer Email
[email protected]
Created
May 18, 2022
Last Updated (Store)
Feb 22, 2024
Last Scraped
Jun 8, 2026
Website
Support URL
Privacy Policy

Similar extensions

Alternatives to Google Meet 自動カメラ/マイク オフ, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 8, 2026.