Doodle Jump Original
Doodle Jump is the favorite game in your browser
Apa itu Doodle Jump Original?
Doodle Jump Original adalah ekstensi Chrome yang dikembangkan oleh Games Classic, dan fitur utamanya adalah "Doodle Jump is the favorite game in your browser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Doodle Jump Original
Unduh file ekstensi Doodle Jump Original 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
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.
Informasi Dasar Ekstensi
Nama | |
ID | jeefnholllfbdbjmakhpckkhcinpopdp |
URL Resmi | https://chrome.google.com/webstore/detail/doodle-jump-original/jeefnholllfbdbjmakhpckkhcinpopdp |
Deskripsi | Doodle Jump is the favorite game in your browser |
Ukuran File | 3.66 MB |
Jumlah Instalasi | 1,758 |
Versi Saat Ini | 1.0.0.1 |
Terakhir Diperbarui | 2022-06-10 |
Tanggal Publikasi | 2022-01-02 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Games Classic |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://bit.ly/3wwRKgg |
Bahasa yang Didukung | 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" } |