Google Meet 自動カメラ/マイク オフ
Item logo image for Google Meet 自動カメラ/マイク オフ

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

ExtensionAccessibility112 users
Item media 1 screenshot

Overview

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

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

0 out of 5No ratings

Google doesn't verify reviews. Learn more about results and reviews.

Details

  • Version
    1.2
  • Updated
    February 22, 2024
  • Offered by
    harupu
  • Size
    13.32KiB
  • Languages
    日本語
  • Developer
    Email
    harupu@gmail.com
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

The developer has disclosed that it will not collect or use your data.

This developer declares that your data is

  • Not being sold to third parties, outside of the approved use cases
  • Not being used or transferred for purposes that are unrelated to the item's core functionality
  • Not being used or transferred to determine creditworthiness or for lending purposes
Google apps