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 snapshotsTracking since Apr 23, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 23, 2026 | 800 | 5.00 | 1 | 1.2 |
| May 13, 2026 | 890 | 5.00 | 1 | 1.2 |
| Jun 8, 2026 | 885 | 5.00 | 1 | 1.2 |
| Now | 960 | 5.00 | 1 | 1.2 |
Permissions & access
- Permissions
- None declared
- Host access
- None declared
Screenshots
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.
プレゼンタイマー for Google Meet
プレゼンタイマーです
92
Sync Raise hand
This is a Chrome extension that allows you to control the Raise button with real hand movements
—
★ 2.7
Timer for Google Meets
Timer for Google Meets
10
AutoRecodingAlert
Google Meet開始時に、録画をするように警告文を出します。
3
meet_chrome_extention
Google Meet Tool
2
Ducktify
Duck Spotify volume by Chrome sound
7
★ 5.0
Meet Protect - microphone & camera protection
A Google Meet protector against the accidental microphone and camera opening.
254
★ 5.0
Talkie
Turn your meet to a walkie-talkie.
46
★ 5.0
Data sourced from the Chrome Web Store · last verified Jun 8, 2026.