Google Meet Plus - Remove Time

This extension will remove the 'Time' information at the top of banner in Google Meet

Google Meet Plus - Remove Time là gì?

Google Meet Plus - Remove Time là một tiện ích mở rộng Chrome được phát triển bởi hyzhang, và tính năng chính của nó là "This extension will remove the 'Time' information at the top of banner in Google Meet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Meet Plus - Remove Time

Tải xuống các tệp mở rộng Google Meet Plus - Remove Time dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Google Meet recently added a new feature to add a 'Time' information at the top of banner. For those people who don't want to see the 'Time' information, this extension will remove it.

Update History:
June. 8th 2020 - v0.92: Hotfix due to the recently Meet update                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Meet Plus - Remove Time Google Meet Plus - Remove Time
ID fknpogbbjooljojbnaenjikhijjfhjkm
URL Chính Thức https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm
Mô tả This extension will remove the 'Time' information at the top of banner in Google Meet
Kích Thước Tệp 37.48 KB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 0.92
Cập Nhật Lần Cuối 2020-06-08
Ngày Phát Hành 2020-06-08
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển hyzhang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Plus - Remove Time",
    "description": "This extension will remove the 'Time' information at the top of banner in Google Meet",
    "version": "0.92",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "removetime.js"
    ],
    "manifest_version": 2
}