Google Meet Auto Disable Camera & Mute Audio
Defaults camera to off, and mute audio when joining a Google Meet meeting
什麼是Google Meet Auto Disable Camera & Mute Audio?
Google Meet Auto Disable Camera & Mute Audio是由Shashi Prakash Gautam開發的Chrome擴展程式,該擴展的主要功能是“Defaults camera to off, and mute audio when joining a Google Meet meeting”。
擴展截圖
下載Google Meet Auto Disable Camera & Mute Audio擴展crx文件
下載Google Meet Auto Disable Camera & Mute Audio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When joining Google Meet this extension can automatically disable the video and mute the audio. 擴展基本資訊
| 名稱 | |
| ID | lcngkpkcihkbhjjnkpfecokdkbfbhaah |
| 官方網址 | https://chromewebstore.google.com/detail/google-meet-auto-disable/lcngkpkcihkbhjjnkpfecokdkbfbhaah |
| 簡介 | Defaults camera to off, and mute audio when joining a Google Meet meeting |
| 檔案大小 | 14 KB |
| 安裝次數 | 114 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2020-09-24 |
| 上架時間 | 2020-09-22 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Shashi Prakash Gautam |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://shweshi.github.io/Google-Meet-Auto-Disable-Camera-And-Mute-Audio/ |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google Meet Auto Disable Camera & Mute Audio",
"version": "1.0.0",
"description": "Defaults camera to off, and mute audio when joining a Google Meet meeting",
"manifest_version": 2,
"content_scripts": [
{
"js": [
"action.js"
],
"matches": [
"https:\/\/meet.google.com\/*"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
}
} | |