Among Us inspired Game New Tab
Become the superior life form by defeating other players in Among Us inspired Game Impostor.io!
Among Us inspired Game New Tabคืออะไร?
Among Us inspired Game New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GameTab และคุณลักษณะหลักของมันคือ "Become the superior life form by defeating other players in Among Us inspired Game Impostor.io!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Among Us inspired Game New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Among Us inspired Game New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Become the superior life form by defeating other players in Impostor.io! This game is inspired by Among Us and features similar visuals and controls. The gameplay is completely different: no need to worry about sneaking and pretending. The curtains are down, it’s every man (or alien) for himself. Beat everyone up with various weapons and climb to the top of the leader boards. Collect energy cubes to level up and become stronger. Can you survive the battle and become the most powerful impostor in the universe? This extension replaces your new tab with a Impostor.io inspired by Among Us game new tab. With every new tab, you'll get Impostor.io inspired by Among Us game, animated backgrounds, time and date widget, top games gallery, search bar and popular browser shortcuts. KEY FEATURES ------------- Fighting in the intergalactic arena will award you some credits. Spend them in the in-game store to buy valuable upgrades. You can customize the color of your character, purchase weapons and hats. Having a unique style will make you look a lot more experienced and intimidating. If you are a fan of Among Us, don’t hesitate to give this game a try. It’s a hilarious homage to the viral sensation. Unlike the original, it doesn’t require you to communicate with other players. Kill them all one by one, and get the highest score. INSTRUCTION ------------- Control the character by moving the mouse cursor. The direction is indicated by the arrow hovering over the screen. Click LMB to attack and RMB to speed up. Running too often will drain your stamina, preventing you from leveling up. Sometimes it is necessary to avoid a confrontation with a stronger player. Your life consists of several segments – that’s the number of hits you can take. If you are low on health, look for more cubes – upgrading will rejuvenate you. Impostor.io inspired by Among Us is waiting for you in the new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hjmdjkalpknkiiebonflmaakinnfglkj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/among-us-inspired-game-ne/hjmdjkalpknkiiebonflmaakinnfglkj |
คำอธิบาย | Become the superior life form by defeating other players in Among Us inspired Game Impostor.io! |
ขนาดไฟล์ | 17.11 KB |
จำนวนการติดตั้ง | 352 |
เวอร์ชันปัจจุบัน | 1.0.0.0 |
อัปเดตครั้งล่าสุด | 2021-08-04 |
วันที่เผยแพร่ | 2021-08-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | GameTab |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://game-tab.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.0.0", "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "images\/128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "tab.html" }, "browser_action": { "default_title": "Friday Night Funkin Game Tab" }, "permissions": [ "tabs" ], "web_accessible_resources": [ "*" ], "externally_connectable": { "matches": [ "https:\/\/*.game-tab.com\/*" ] } } |