gulper.io
Free online multiplayer snake game
什麼是gulper.io?
gulper.io是由https://gulper.io開發的Chrome擴展程式,該擴展的主要功能是“Free online multiplayer snake game”。
擴展截圖
下載gulper.io擴展crx文件
下載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 |
官方網址 | 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" ] } } |