gulper.io

Free online multiplayer snake game

gulper.io là gì?

gulper.io là một tiện ích mở rộng Chrome được phát triển bởi https://gulper.io, và tính năng chính của nó là "Free online multiplayer snake game".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng gulper.io

Tải xuống các tệp mở rộng gulper.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên gulper.io gulper.io
ID clmgdfgfndcfofkeefailmkhhimbaknk
URL Chính Thức https://chromewebstore.google.com/detail/gulperio/clmgdfgfndcfofkeefailmkhhimbaknk
Mô tả Free online multiplayer snake game
Kích Thước Tệp 34.36 KB
Số Lần Cài Đặt 886
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-01-01
Ngày Phát Hành 2021-01-01
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://gulper.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gulper.io/
URL Trang Trợ Giúp https://gulper.io/
URL Trang Chính Sách Bảo Mật https://gulper.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}