Tile Game
Use your reaction time skills to get as many tiles as you can as fast as you can!
Co to jest Tile Game?
Tile Game to rozszerzenie Chrome opracowane przez Nicholas Z., a jego główną funkcją jest „Use your reaction time skills to get as many tiles as you can as fast as you can!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tile Game
Pobierz pliki rozszerzeń Tile Game 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 based around an idea similar to piano tiles, and is very easy to learn how to play. The game is also being constantly updated, so make sure to play often to access the new features. This game has: • A fun, easy to play, and addicting style • Accounts to keep track of your progress through your journey • A leaderboard to compare yourself to the top players in the world • A store with upgrades and styling mods for the game • A quick support system if you need help with the game Have fun playing, and make sure to leave a review!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | peppkhjnpgfhfoeagiiepffelddlcgfn |
Oficjalny URL | https://chrome.google.com/webstore/detail/tile-game/peppkhjnpgfhfoeagiiepffelddlcgfn |
Opis | Use your reaction time skills to get as many tiles as you can as fast as you can! |
Rozmiar pliku | 509 KB |
Liczba instalacji | 148 |
Aktualna Wersja | 1.4.0 |
Ostatnia Aktualizacja | 2019-07-02 |
Data Publikacji | 2019-07-02 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | Nicholas Z. |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://nzivkovic.com/projects/tilegame/ |
Adres URL Strony Pomocy | https://nzivkovic.com/projects/tilegame/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tile Game", "short_name": "tilegame", "description": "Use your reaction time skills to get as many tiles as you can as fast as you can!", "version": "1.4.0", "icons": { "128": "icon\/128.png", "48": "icon\/48.png" }, "browser_action": { "default_icon": "icon\/48.png", "default_popup": "game\/popup.html" }, "permissions": [ "*:\/\/nzivkovic.com\/*", "*:\/\/192.168.0.116\/*" ] } |