Doodle Jump Original
Doodle jump Original game with all monsters
Doodle Jump Original là gì?
Doodle Jump Original là một tiện ích mở rộng Chrome được phát triển bởi https://doodlejumporiginal.com, và tính năng chính của nó là "Doodle jump Original game with all monsters".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Doodle Jump Original
Tải xuống các tệp mở rộng Doodle Jump Original dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Doodle Jump Original |
ID | gkjdeijmijpplplkbmnjgkokfacnfhdi |
URL Chính Thức | https://chromewebstore.google.com/detail/doodle-jump-original/gkjdeijmijpplplkbmnjgkokfacnfhdi |
Mô tả | Doodle jump Original game with all monsters |
Kích Thước Tệp | 3.46 MB |
Số Lần Cài Đặt | 127,344 |
Phiên Bản Hiện Tại | 1.2.7 |
Cập Nhật Lần Cuối | 2023-08-03 |
Ngày Phát Hành | 2023-07-05 |
Đánh Giá | 3.79/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://doodlejumporiginal.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/e/2PACX-1vR1YwbpQ_CwXliGxtPRhW92iOFzgeDYz07lFzi4u_7_NTsV8aCkxjAFBnGYHnsq_XmjcgEvKtu7_Hqf/pub |
Ngôn Ngữ Được Hỗ Trợ | 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" } |