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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}