gulper.io
Free online multiplayer snake game
Apa itu gulper.io?
gulper.io adalah ekstensi Chrome yang dikembangkan oleh https://gulper.io, dan fitur utamanya adalah "Free online multiplayer snake game".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi gulper.io
Unduh file ekstensi gulper.io dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | gulper.io |
ID | clmgdfgfndcfofkeefailmkhhimbaknk |
URL Resmi | https://chromewebstore.google.com/detail/gulperio/clmgdfgfndcfofkeefailmkhhimbaknk |
Deskripsi | Free online multiplayer snake game |
Ukuran File | 34.36 KB |
Jumlah Instalasi | 886 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-01-01 |
Tanggal Publikasi | 2021-01-01 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | https://gulper.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://gulper.io/ |
URL Halaman Bantuan | https://gulper.io/ |
URL Halaman Kebijakan Privasi | https://gulper.io/privacy |
Bahasa yang Didukung | 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" ] } } |