Among Us Shimeji For Google Chrome™
Among Us characters plays while you browsing in Google page. Created for Among Us fans.
Among Us Shimeji For Google Chrome™คืออะไร?
Among Us Shimeji For Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย charles และคุณลักษณะหลักของมันคือ "Among Us characters plays while you browsing in Google page. Created for Among Us fans."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Among Us Shimeji For Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย Among Us Shimeji For Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cute and fun Among Us characters to play around in google page when you are surfing the web. === How does it work? === 1. Click on the extension icon on the top right corner 2. Click on "Among Us Shimeji For Google Chrome™" icon to activate the characters. 3. Click the icon again to disable the characters. 4. Only works when you are in google.com page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Among Us Shimeji For Google Chrome™ |
ID | eejijdoicgmljghlfdblkahibjcjbjga |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/among-us-shimeji-for-goog/eejijdoicgmljghlfdblkahibjcjbjga |
คำอธิบาย | Among Us characters plays while you browsing in Google page. Created for Among Us fans. |
ขนาดไฟล์ | 137 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 10.1.21.19 |
อัปเดตครั้งล่าสุด | 2023-05-25 |
วันที่เผยแพร่ | 2020-10-30 |
คะแนน | 4.16/5 รวมทั้งหมด 77 คะแนน |
ผู้พัฒนา | charles |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://sites.google.com/view/among-us-shimeji/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_title": "Among Us" }, "content_scripts": [ { "js": [ "meji.min.1.8.js", "content.min.js" ], "matches": [ "https:\/\/*.google.com\/*" ], "run_at": "document_idle" } ], "description": "Among Us characters plays while you browsing in Google page. Created for Among Us fans.", "icons": { "128": "icon-128x128.png" }, "manifest_version": 3, "name": "Among Us Shimeji For Google Chrome\u2122", "host_permissions": [ "https:\/\/*.google.com\/*", "https:\/\/*.google.com\/" ], "permissions": [ "storage" ], "version": "10.1.21.19" } |