Doodle Jump Original

Doodle Jump is the favorite game in your browser

Doodle Jump Originalคืออะไร?

Doodle Jump Original เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Games Classic และคุณลักษณะหลักของมันคือ "Doodle Jump is the favorite game in your browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doodle Jump Original

ดาวน์โหลดไฟล์ส่วนขยาย Doodle Jump Original ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Doodle Jump Original Doodle Jump Original
ID jeefnholllfbdbjmakhpckkhcinpopdp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/doodle-jump-original/jeefnholllfbdbjmakhpckkhcinpopdp
คำอธิบาย Doodle Jump is the favorite game in your browser
ขนาดไฟล์ 3.66 MB
จำนวนการติดตั้ง 1,758
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2022-06-10
วันที่เผยแพร่ 2022-01-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Games Classic
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://bit.ly/3wwRKgg
ภาษาที่รองรับ 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"
}