Mute All on Meet
Mute all users on Google Meet.
ما هو Mute All on Meet؟
Mute All on Meet هو إضافة Chrome تم تطويرها بواسطة https://www.zoomcorder.com، والميزة الرئيسية لها هي "Mute all users on Google Meet.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mute All on Meet
قم بتنزيل ملفات الامتداد Mute All on Meet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Mute all user on Google Meet with just one click! Now *updated* to work with the latest version of Google Meet. Click the icon to mute ALL users or click CTRL+M to mute all. Easy, fast, safe, and light! Install now to stop the chaos in your meeting. This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. Works with Google Meet, Zoom, GoToMeeting, Microsoft Teams and more. Save time by recording meetings and watch them on your own schedule. You can even speed up playback and skip to the most important parts to save even more time with Zoomcorder.com.
معلومات أساسية عن التمديد
الاسم | Mute All on Meet |
ID | adjoknoacleghaejlggocbakidkoifle |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mute-all-on-meet/adjoknoacleghaejlggocbakidkoifle |
الوصف | Mute all users on Google Meet. |
حجم الملف | 213 KB |
عدد التثبيتات | 80,000 |
النسخة الحالية | 7.0 |
آخر تحديث | 2023-04-20 |
تاريخ النشر | 2020-06-08 |
تقييم | 2.23/5 مجموع تقييمات 64 |
المطور | https://www.zoomcorder.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://Zoomcorder.com |
عنوان صفحة المساعدة | https://Zoomcorder.com/support |
عنوان صفحة سياسة الخصوصية | https://zoomcorder.com/extension/privacy.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mute All on Meet", "version": "7.0", "description": "Mute all users on Google Meet.", "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/zoom.us\/*", "https:\/\/*.zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ], "web_accessible_resources": [ { "resources": [ "\/images\/record.png", "\/images\/recimage.png", "\/images\/howto.jpg" ], "matches": [ "https:\/\/*.zoom.us\/*", "https:\/\/*.zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ] } ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "script.js" ], "matches": [ "https:\/\/*.zoom.us\/*", "https:\/\/zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |