Among Us HTML5 Edition
Among Us HTML5 Edition game based on Among Us, but in this game you can play only solo and as imposter on the space ship.
Among Us HTML5 Editionคืออะไร?
Among Us HTML5 Edition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MSGames และคุณลักษณะหลักของมันคือ "Among Us HTML5 Edition game based on Among Us, but in this game you can play only solo and as imposter on the space ship."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Among Us HTML5 Edition
ดาวน์โหลดไฟล์ส่วนขยาย Among Us HTML5 Edition ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's an HTML5 Among Us game. In this game you can play only solo and as imposter on the space ship. Among us, Imposter, Among us game, Html5 game, Html game..
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Among Us HTML5 Edition |
ID | fcgcgajibpoegghmlgkkhjolnfjjflbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/among-us-html5-edition/fcgcgajibpoegghmlgkkhjolnfjjflbf |
คำอธิบาย | Among Us HTML5 Edition game based on Among Us, but in this game you can play only solo and as imposter on the space ship. |
ขนาดไฟล์ | 1.67 MB |
จำนวนการติดตั้ง | 2,415 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2021-09-18 |
วันที่เผยแพร่ | 2021-09-16 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | MSGames |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Among Us HTML5 Edition", "version": "0.1", "manifest_version": 2, "description": "Among Us HTML5 Edition game based on Among Us, but in this game you can play only solo and as imposter on the space ship.", "icons": { "16": "icons\/AmongUsOnlineEdition-16x16.png", "48": "icons\/AmongUsOnlineEdition-48x48.png", "128": "icons\/AmongUsOnlineEdition-128x128.png" }, "browser_action": { "default_icon": "icons\/AmongUsOnlineEdition-128x128.png" }, "background": { "persistent": false, "scripts": [ "background.js", "script.js", "jquery-3.2.1.min.js" ] }, "permissions": [] } |