Doodle Jump

A classic doodle jump game that plays in a popup.

Doodle Jump란 무엇입니까?

Doodle Jump은(는) Tool360에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A classic doodle jump game that plays in a popup."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Doodle Jump 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Break records as you leap higher! Enjoy a relaxing and addictive pop-up game. 

Prepare for an endless journey in the world of Doodle Jump:
 
- Guide Doodle with keyboard arrows through a connected playfield. The left side of the playfield seamlessly connects with the right side. 
- Just be cautious, as you will lose if you plummet to the bottom of the screen. 
- Best score will be recorded and shown at the top right corner of game area. 

Experience the excitement of Doodle Jump for free. Good luck and have fun!                    

확장 프로그램 기본 정보

이름 Doodle Jump Doodle Jump
ID hecdbbncijliedjlmbpdkajinpclmpnh
공식 URL https://chromewebstore.google.com/detail/doodle-jump/hecdbbncijliedjlmbpdkajinpclmpnh
설명 A classic doodle jump game that plays in a popup.
파일 크기 275 KB
설치 횟수 1,000
현재 버전 0.1.0
최근 업데이트 2024-02-27
출시 날짜 2023-05-17
개발자 Tool360
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.gamecheerleader.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Doodle Jump",
    "short_name": "doodle",
    "version": "0.1.0",
    "description": "A classic doodle jump game that plays in a popup.",
    "action": {
        "default_icon": "images\/logo.png",
        "default_title": "Doodle Jump",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true
}