Google Meet Tools

*All modifications to Google Meet calls are client-side only, meaning that changes are only made for you, not anyone else in the…

Google Meet Toolsคืออะไร?

Google Meet Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DevelopingWhiskers และคุณลักษณะหลักของมันคือ "*All modifications to Google Meet calls are client-side only, meaning that changes are only made for you, not anyone else in the…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Tools

ดาวน์โหลดไฟล์ส่วนขยาย Google Meet Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        *All modifications to Google Meet calls are client-side only, meaning that changes are only made for you, not anyone else in the call.*

This extension is nothing extraordinary, it allows you to keep the comments from popping up in the corner of the screen (you can still access it from the sidebar), and it also allows to remove the 'action bar' as I call it (the bar that has the raise hand button, camera and microphone buttons, etc.). Only remove these if you know that you won't be using those buttons.

Aside from removing the action bar and comment pop-up section, you can also remove people from your screen as well. This is great if there is a slightly disturbing or unappealing image in one of the squares. These names should be comma separated. It should be said that this extension cannot actually remove people from the call, it only removes people from your screen.

Only install this if you have some common sense, and know how to use a computer.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Meet Tools Google Meet Tools
ID ojhgococleaekhlabppfladojdmemldo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-meet-tools/ojhgococleaekhlabppfladojdmemldo
คำอธิบาย *All modifications to Google Meet calls are client-side only, meaning that changes are only made for you, not anyone else in the…
ขนาดไฟล์ 100 KB
จำนวนการติดตั้ง 445
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-01-14
วันที่เผยแพร่ 2021-01-08
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา DevelopingWhiskers
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Tools",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/Google_Meet_Tools_icon_128px.png"
    },
    "manifest_version": 2
}