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 هو إضافة Chrome تم تطويرها بواسطة Shashi Prakash Gautam، والميزة الرئيسية لها هي "Defaults camera to off, and mute audio when joining a Google Meet meeting".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Meet Auto Disable Camera & Mute Audio
قم بتنزيل ملفات الامتداد Google Meet Auto Disable Camera & Mute Audio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When joining Google Meet this extension can automatically disable the video and mute the audio. معلومات أساسية عن التمديد
| الاسم | |
| ID | lcngkpkcihkbhjjnkpfecokdkbfbhaah |
| عنوان URL الرسمي | 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"
}
} | |