Meet Party
Celebrate with friends on Google Meet
Meet Partyคืออะไร?
Meet Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ananya G และคุณลักษณะหลักของมันคือ "Celebrate with friends on Google Meet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meet Party
ดาวน์โหลดไฟล์ส่วนขยาย Meet Party ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Meet Party is a chrome extension that adds an element of fun to your Google Meet calls. Celebrate with friends and family using Meet Party. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Meet Party |
ID | mponkehblfpkgfeomegpjmbadbkojdpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/meet-party/mponkehblfpkgfeomegpjmbadbkojdpb |
คำอธิบาย | Celebrate with friends on Google Meet |
ขนาดไฟล์ | 1.71 MB |
จำนวนการติดตั้ง | 3,014 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-07-09 |
วันที่เผยแพร่ | 2020-07-09 |
คะแนน | 3.59/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | Ananya G |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "manifest_version": 2, "name": "Meet Party", "description": "Celebrate with friends on Google Meet", "author": "Ananya", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "css": [ "styles.css" ], "js": [ "contentScript.js" ] } ], "permissions": [ "https:\/\/meet.google.com\/*" ], "web_accessible_resources": [ "assets\/*" ], "browser_action": { "default_icon": { "16": "assets\/iconp.png", "48": "assets\/iconp.png" }, "default_popup": "popup.html" }, "icons": { "128": "\/assets\/iconf.png" } } |