Doodle Jump Original
Doodle jump Original game with all monsters
Doodle Jump Original란 무엇입니까?
Doodle Jump Original은(는) https://doodlejumporiginal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Doodle jump Original game with all monsters"입니다.
확장 프로그램 스크린샷
Doodle Jump Original 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing the Classic Doodle Jump Original Chrome Extension! Step into an exhilarating adventure filled with black holes and monsters, making it a standout among other doodle jump games. This captivating extension offers a unique and engaging experience that will keep you entertained. Rediscover the charm of the beloved classic, Doodle Jump, renowned for its intriguing storyline and timeless appeal. Previously enjoyed on mobile phones with mechanical buttons, you can now relive the nostalgia in a convenient popup, even without an internet connection. But that's not all! Prepare to be captivated as you dive into the addictive gameplay. Doodle Jump Original surpasses other games like Boxel Rebound and dinosaur games, providing an immersive experience that will hook you from the moment you start playing. Challenge your friends or rivals to thrilling duels and battles, showcasing your speed and agility. With practice, you can improve your skills and strive to reach the top of the world leaderboard. Compare your progress against competitors from around the globe, all within the worldwide internet. Are you ready to embark on this exciting journey? Give Doodle Jump Original a try today and experience the timeless joy for yourself!
확장 프로그램 기본 정보
이름 | Doodle Jump Original |
ID | gkjdeijmijpplplkbmnjgkokfacnfhdi |
공식 URL | https://chromewebstore.google.com/detail/doodle-jump-original/gkjdeijmijpplplkbmnjgkokfacnfhdi |
설명 | Doodle jump Original game with all monsters |
파일 크기 | 3.46 MB |
설치 횟수 | 127,344 |
현재 버전 | 1.2.7 |
최근 업데이트 | 2023-08-03 |
출시 날짜 | 2023-07-05 |
평점 | 3.79/5 총 14 개의 평점 |
개발자 | https://doodlejumporiginal.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/e/2PACX-1vR1YwbpQ_CwXliGxtPRhW92iOFzgeDYz07lFzi4u_7_NTsV8aCkxjAFBnGYHnsq_XmjcgEvKtu7_Hqf/pub |
지원되는 언어 | id,de,en,en-GB,en-US,fr,nl,et,es,es-419,it,pt-BR,pt-PT,hi |
manifest.json | |
{ "default_locale": "en", "description": "__MSG_appDesc__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icons\/icon_128.png", "default_popup": "popup.html", "default_title": "__MSG_appName__" }, "icons": { "128": "icons\/icon_128.png" }, "background": { "service_worker": "sw.js" }, "name": "__MSG_appName__", "manifest_version": 3, "host_permissions": [ "https:\/\/*\/*" ], "permissions": [ "storage", "alarms" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "js\/*" ], "matches": [ "https:\/\/*\/*" ] } ], "version": "1.2.7" } |