Remove Controls for Google Meet

Removes everything except for the videos from Google Meet

ما هو Remove Controls for Google Meet؟

Remove Controls for Google Meet هو إضافة Chrome تم تطويرها بواسطة bobsfriend12، والميزة الرئيسية لها هي "Removes everything except for the videos from Google Meet".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Remove Controls for Google Meet

قم بتنزيل ملفات الامتداد Remove Controls for Google Meet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is very useful for recording. Or just removing it if you don't want it.

Features:
  - Remove Controls (the bottom bar where the mute and video buttons are and the top bar where the chat is)

  - Remove Names

 - Controls them separately or at the same time.

This extension is open source. You can view the source code on github:
https://github.com/bobsfriend12/google-meet-remove-controls


Google Meet is a trademark of Google Inc.                    

معلومات أساسية عن التمديد

الاسم Remove Controls for Google Meet Remove Controls for Google Meet
ID gdmbniblpdlaifpndhojadbjmkffjfmh
عنوان URL الرسمي https://chromewebstore.google.com/detail/remove-controls-for-googl/gdmbniblpdlaifpndhojadbjmkffjfmh
الوصف Removes everything except for the videos from Google Meet
حجم الملف 58.87 KB
عدد التثبيتات 36
النسخة الحالية 1.1.2
آخر تحديث 2021-05-23
تاريخ النشر 2021-05-15
تقييم 5.00/5 مجموع تقييمات 1
المطور bobsfriend12
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/bobsfriend12/google-meet-remove-controls
عنوان صفحة المساعدة https://github.com/bobsfriend12/google-meet-remove-controls/issues/new
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Controls for Google Meet",
    "description": "Removes everything except for the videos from Google Meet",
    "author": "bobsfriend12",
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "homepage_url": "https:\/\/github.com\/bobsfriend12\/google-meet-remove-controls",
    "version": "1.1.2",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Hide Controls"
    },
    "background": {
        "service_worker": "background.js"
    }
}