gulper.io

Free online multiplayer snake game

gulper.io란 무엇입니까?

gulper.io은(는) https://gulper.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free online multiplayer snake game"입니다.

확장 프로그램 스크린샷

screenshot

gulper.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
        ]
    }
}