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คืออะไร?

Google Meet Plus - Remove Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hyzhang และคุณลักษณะหลักของมันคือ "This extension will remove the 'Time' information at the top of banner in Google Meet"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Plus - Remove Time

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

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

                        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                    

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

ชื่อ Google Meet Plus - Remove Time Google Meet Plus - Remove Time
ID fknpogbbjooljojbnaenjikhijjfhjkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm
คำอธิบาย This extension will remove the 'Time' information at the top of banner in Google Meet
ขนาดไฟล์ 37.48 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 0.92
อัปเดตครั้งล่าสุด 2020-06-08
วันที่เผยแพร่ 2020-06-08
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา hyzhang
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}