Doodle Jump Original

Doodle Jump is the favorite game in your browser

Doodle Jump Original란 무엇입니까?

Doodle Jump Original은(는) Games Classic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Doodle Jump is the favorite game in your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Doodle Jump is a fun and cute platform game in which you must help our adorable doodle character jump as high as possible onto a range of different hand-drawn platforms. 

The character jumps automatically - you need to control him with arrows to the right or to the left. Everything is very simple.                    

확장 프로그램 기본 정보

이름 Doodle Jump Original Doodle Jump Original
ID jeefnholllfbdbjmakhpckkhcinpopdp
공식 URL https://chrome.google.com/webstore/detail/doodle-jump-original/jeefnholllfbdbjmakhpckkhcinpopdp
설명 Doodle Jump is the favorite game in your browser
파일 크기 3.66 MB
설치 횟수 1,758
현재 버전 1.0.0.1
최근 업데이트 2022-06-10
출시 날짜 2022-01-02
평점 5.00/5 총 2 개의 평점
개발자 Games Classic
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bit.ly/3wwRKgg
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "superagent.js",
            "anticheat.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.1"
}