Doodle Jumper - popup simple game

Doodle Jumper - free game available in your browser. Jump vs your friend. Original port.

Doodle Jumper - popup simple game là gì?

Doodle Jumper - popup simple game là một tiện ích mở rộng Chrome được phát triển bởi ekkaterrinaalferova, và tính năng chính của nó là "Doodle Jumper - free game available in your browser. Jump vs your friend. Original port.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Doodle Jumper - popup simple game

Tải xuống các tệp mở rộng Doodle Jumper - popup simple game 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

                        The goal of the game is to help the character rise higher and score as many points as possible. The character in Doodle Jump Game is controlled by arrows on the keyboard.

Enjoy the classic Doodle Jump game in your Chrome browser!
The green alien needs your help to jump higher! The famous Doodle Jump game is available in your browser.
Doodle Jump is a fun and cute browser game.

With this extension, you can play Doodle Jump right from your Chrome browser!
All you have to do is:
1. Add our Doodle Jump extension to your browser.
2. Click the game icon at the top of the browser to open the game pop-up window.
3. Have fun endless hours!

The goal of the game is to help the character climb higher on flat supporting surfaces and score as many points as possible. The hero in Doodle Jump is controlled by arrows on the keyboard.

The character jumps automatically, you have to control his movement left and right - use the left and right arrow keys to move your character and change his jump position. As you progress, you will learn about many different platforms - for example, brown platforms break when touched, and some green platforms have springs to lift you further!

While playing Doodle Jump, the score is displayed in the upper left corner of the screen and then saved in the highscore list.
Doodle Jump is an endless game, so you should just keep jumping and try to score as many points as possible!

The note:
It is an independent project, unrelated to the original Doodle Jump game.

In order to play, you do not need to go to any site. Just click on the game icon at the top of your browser to open the game window!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Doodle Jumper - popup simple game Doodle Jumper - popup simple game
ID ddoihhehifabjhlaafnfaddplpipmpdj
URL Chính Thức https://chrome.google.com/webstore/detail/doodle-jumper-popup-simpl/ddoihhehifabjhlaafnfaddplpipmpdj
Mô tả Doodle Jumper - free game available in your browser. Jump vs your friend. Original port.
Kích Thước Tệp 113 KB
Số Lần Cài Đặt 70,000
Phiên Bản Hiện Tại 2021.4.12.1
Cập Nhật Lần Cuối 2021-06-28
Ngày Phát Hành 2020-12-16
Đánh Giá 2.36/5 Tổng số 22 Đánh Giá
Nhà Phát Triển ekkaterrinaalferova
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ico.pe/admin/plugins/doodle2/
Ngôn Ngữ Được Hỗ Trợ id,de,en,en-GB,en-US,fil,fr,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,fi,cs,el,bg,mr,hi,bn,gu,ml,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_title__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_desc__",
    "homepage_url": "https:\/\/ico.pe\/admin\/plugins\/doodle2\/",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2021.4.12.1"
}