Crate kid
Pushing a box has never been more fun!
Co to jest Crate kid?
Crate kid to rozszerzenie Chrome opracowane przez Integer Cafe, a jego główną funkcją jest „Pushing a box has never been more fun!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Crate kid
Pobierz pliki rozszerzeń Crate kid 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
This game is that "Push boxes into a Empty hole" type of game. But it's geared towards beginners . You don't have to think too much to get the job done. This game generates a new level for every level passed. Ideally We're talking less brain strain and more Movement-related thinking. You just use the Arrow keys to move you, The Blue box, into a crate (see image). And as long as you keep pushing, It'll move. if you're a fan of my games already, You would have learnt that the entire thing runs offline. You don't even need flash player. Good if you're waiting for something to load or have a slow/Limited connection.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jpkgdnhkoalnlhpjggnolpdiljpkijeh |
Oficjalny URL | https://chrome.google.com/webstore/detail/crate-kid/jpkgdnhkoalnlhpjggnolpdiljpkijeh |
Opis | Pushing a box has never been more fun! |
Rozmiar pliku | 5.2 MB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-07-23 |
Data Publikacji | 2018-07-23 |
Deweloper | Integer Cafe |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crate kid", "description": "Pushing a box has never been more fun!", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |