Doodle Jump (Official)
This is the official Dodle Jump mobile game in popup!
Doodle Jump (Official)란 무엇입니까?
Doodle Jump (Official)은(는) Eatham532에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the official Dodle Jump mobile game in popup!"입니다.
확장 프로그램 스크린샷
Doodle Jump (Official) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have fun with a good way to play doodle jump in popup. No problems at all compared to others. This is my first extension and I am still learning. I do realize that my extension when looked at looks worse that it is. But I promise you that it is the full real thing (saying this makes it sound even more worse 😔.) Wow! Comming back almost a year later the are over 4,000 users! Also, sorry I have not been working on this extension and I don't think I will work on it anymore because its good anyway.
확장 프로그램 기본 정보
이름 | |
ID | cinkdgnpklnmonjpccajcdealahgblja |
공식 URL | https://chrome.google.com/webstore/detail/doodle-jump-official/cinkdgnpklnmonjpccajcdealahgblja |
설명 | This is the official Dodle Jump mobile game in popup! |
파일 크기 | 334 KB |
설치 횟수 | 11,104 |
현재 버전 | 2.0 |
최근 업데이트 | 2022-02-10 |
출시 날짜 | 2021-05-08 |
평점 | 4.10/5 총 10 개의 평점 |
개발자 | Eatham532 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Doodle Jump (Official)", "description": "This is the official Dodle Jump mobile game in popup!", "version": "2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |