gulper.io
Free online multiplayer snake game
gulper.ioคืออะไร?
gulper.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gulper.io และคุณลักษณะหลักของมันคือ "Free online multiplayer snake game"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gulper.io
ดาวน์โหลดไฟล์ส่วนขยาย gulper.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gulper.io is modern mix of the classic snake and Tron lightcycles games, but against real players. Your goal is to collect as much energy as possible and don't let others stop you! Avoid collisions, be smart with your strategy, and make your way to the top of the global leaderboard! Controls: Move your mouse to change to change the movement direction and hold the left mouse button or Space key to gain a speed boost.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | gulper.io |
ID | clmgdfgfndcfofkeefailmkhhimbaknk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gulperio/clmgdfgfndcfofkeefailmkhhimbaknk |
คำอธิบาย | Free online multiplayer snake game |
ขนาดไฟล์ | 34.36 KB |
จำนวนการติดตั้ง | 886 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-01-01 |
วันที่เผยแพร่ | 2021-01-01 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://gulper.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gulper.io/ |
URL หน้าช่วยเหลือ | https://gulper.io/ |
URL หน้านโยบายความเป็นส่วนตัว | https://gulper.io/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "gulper.io", "description": "Free online multiplayer snake game", "version": "1.0.1", "icons": { "32": "app32.png", "128": "app128.png" }, "browser_action": { "default_title": "Play gulper.io", "default_icon": { "128": "app128.png" } }, "background": { "scripts": [ "background.js" ] } } |