Snake game in popup

A fun game to play while waiting for things

Snake game in popup란 무엇입니까?

Snake game in popup은(는) mereshkova1988에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fun game to play while waiting for things"입니다.

확장 프로그램 스크린샷

screenshot

Snake game in popup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A fun game to play while waiting for things
A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail.

Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.

This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Also, unlike many other options out there, this extension saves your highscore, so that you dont have to remember that really good score when youre gonna tell all your friends about it. We are proud to publish the popup version of Snake (Kristian Games version) on the chrome webstore.                    

확장 프로그램 기본 정보

이름 Snake game in popup Snake game in popup
ID lceljcmccmhchimgampbfnongkcgkjpi
공식 URL https://chrome.google.com/webstore/detail/snake-game-in-popup/lceljcmccmhchimgampbfnongkcgkjpi
설명 A fun game to play while waiting for things
파일 크기 622 KB
설치 횟수 1,000
현재 버전 27.8.2021.1
최근 업데이트 2021-08-28
출시 날짜 2021-08-28
개발자 mereshkova1988
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/terms-and-policies
지원되는 언어 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake game in popup",
    "version": "27.8.2021.1",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "description": "A fun game to play while waiting for things",
    "offline_enabled": true,
    "icons": {
        "16": "\/assets\/images\/icon.png",
        "48": "\/assets\/images\/icon.png",
        "128": "\/assets\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/images\/icon.png",
        "default_popup": "popup.html"
    }
}