Doodle Jump Original
Doodle Jump is the favorite game in your browser
Co to jest Doodle Jump Original?
Doodle Jump Original to rozszerzenie Chrome opracowane przez Games Classic, a jego główną funkcją jest „Doodle Jump is the favorite game in your browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Doodle Jump Original
Pobierz pliki rozszerzeń Doodle Jump Original w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jeefnholllfbdbjmakhpckkhcinpopdp |
Oficjalny URL | https://chrome.google.com/webstore/detail/doodle-jump-original/jeefnholllfbdbjmakhpckkhcinpopdp |
Opis | Doodle Jump is the favorite game in your browser |
Rozmiar pliku | 3.66 MB |
Liczba instalacji | 1,758 |
Aktualna Wersja | 1.0.0.1 |
Ostatnia Aktualizacja | 2022-06-10 |
Data Publikacji | 2022-01-02 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Games Classic |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://bit.ly/3wwRKgg |
Obsługiwane Języki | 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" } |