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是由DevelopingWhiskers開發的Chrome擴展程式,該擴展的主要功能是“*All modifications to Google Meet calls are client-side only, meaning that changes are only made for you, not anyone else in the…”。

擴展截圖

screenshot

下載Google Meet Tools擴展crx文件

下載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
官方網址 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
}