Doodle Jump

A classic doodle jump game that plays in a popup.

Apa itu Doodle Jump?

Doodle Jump adalah ekstensi Chrome yang dikembangkan oleh Tool360, dan fitur utamanya adalah "A classic doodle jump game that plays in a popup.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Doodle Jump

Unduh file ekstensi Doodle Jump dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Break records as you leap higher! Enjoy a relaxing and addictive pop-up game. 

Prepare for an endless journey in the world of Doodle Jump:
 
- Guide Doodle with keyboard arrows through a connected playfield. The left side of the playfield seamlessly connects with the right side. 
- Just be cautious, as you will lose if you plummet to the bottom of the screen. 
- Best score will be recorded and shown at the top right corner of game area. 

Experience the excitement of Doodle Jump for free. Good luck and have fun!                    

Informasi Dasar Ekstensi

Nama Doodle Jump Doodle Jump
ID hecdbbncijliedjlmbpdkajinpclmpnh
URL Resmi https://chromewebstore.google.com/detail/doodle-jump/hecdbbncijliedjlmbpdkajinpclmpnh
Deskripsi A classic doodle jump game that plays in a popup.
Ukuran File 275 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2024-02-27
Tanggal Publikasi 2023-05-17
Pengembang Tool360
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.gamecheerleader.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Doodle Jump",
    "short_name": "doodle",
    "version": "0.1.0",
    "description": "A classic doodle jump game that plays in a popup.",
    "action": {
        "default_icon": "images\/logo.png",
        "default_title": "Doodle Jump",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true
}