Doodle Jump Original

Doodle Jump is the favorite game in your browser

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 Games Classic, và tính năng chính của nó là "Doodle Jump is the favorite game in your browser".

Ả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 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

                        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.                    

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

Tên Doodle Jump Original Doodle Jump Original
ID jeefnholllfbdbjmakhpckkhcinpopdp
URL Chính Thức https://chrome.google.com/webstore/detail/doodle-jump-original/jeefnholllfbdbjmakhpckkhcinpopdp
Mô tả Doodle Jump is the favorite game in your browser
Kích Thước Tệp 3.66 MB
Số Lần Cài Đặt 1,758
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2022-06-10
Ngày Phát Hành 2022-01-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Games Classic
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bit.ly/3wwRKgg
Ngôn Ngữ Được Hỗ Trợ 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"
}