Google Meet Matrix Rain
You don't even see the code. All you see is yourself.
Google Meet Matrix Rainคืออะไร?
Google Meet Matrix Rain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Crossing และคุณลักษณะหลักของมันคือ "You don't even see the code. All you see is yourself."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Matrix Rain
ดาวน์โหลดไฟล์ส่วนขยาย Google Meet Matrix Rain ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A filter for Google Meet that turns your face into the cliche digital rain.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Meet Matrix Rain |
ID | ihadpecfbccmcbpdlinbcmflaiddfion |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-meet-matrix-rain/ihadpecfbccmcbpdlinbcmflaiddfion |
คำอธิบาย | You don't even see the code. All you see is yourself. |
ขนาดไฟล์ | 7.8 KB |
จำนวนการติดตั้ง | 4,480 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-07-14 |
วันที่เผยแพร่ | 2020-07-14 |
คะแนน | 3.31/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | Crossing |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://x-ing.space |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Matrix Rain", "version": "1.0", "author": "Xing (x-ing.space)", "description": "You don't even see the code. All you see is yourself.", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "script.webextension.js" ] } ], "page_action": { "default_icon": { "128": "icon.png" } }, "icons": { "128": "icon.png" }, "manifest_version": 2 } |