Apple Snake Game

Play classic snake eating apple game in a popup anytime!

Apple Snake Game란 무엇입니까?

Apple Snake Game은(는) https://gamecheerleader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play classic snake eating apple game in a popup anytime!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Apple Snake Game 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The objective of the game is to eat as much fruit as possible without colliding four borders of game area. 

The snake must move around the board to collect apple, which appears randomly on the screen. The player can control the snake's direction by using the arrow keys. As the snake eats apple, its body grows longer, making it more challenging to navigate through the board without running into something. 

To boost the game's excitement, we've set the snake to move fast right from the start. Have fun with it! Plus, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.4 - 0.1.5
- Improve the section on new games

Version 0.1.0 - 0.1.3
- Initial release and feature updates                    

확장 프로그램 기본 정보

이름 Apple Snake Game Apple Snake Game
ID jdfgnfoncpdcebhcnfjnfmbecppdiicl
공식 URL https://chromewebstore.google.com/detail/apple-snake-game/jdfgnfoncpdcebhcnfjnfmbecppdiicl
설명 Play classic snake eating apple game in a popup anytime!
파일 크기 35.25 KB
설치 횟수 2,290
현재 버전 0.1.5
최근 업데이트 2024-01-17
출시 날짜 2023-04-06
평점 5.00/5 총 1 개의 평점
개발자 https://gamecheerleader.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gamecheerleader.com
도움말 페이지 URL https://www.gamecheerleader.com/listing/apple-snake-game/
개인정보 보호 정책 페이지 URL https://www.gamecheerleader.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apple Snake Game",
    "short_name": "apple snake",
    "version": "0.1.5",
    "description": "Play classic snake eating apple game in a popup anytime!",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}