Tile Game
Use your reaction time skills to get as many tiles as you can as fast as you can!
Vad är Tile Game?
Tile Game är en Chrome-tillägg utvecklad av Nicholas Z., och dess huvudfunktion är "Use your reaction time skills to get as many tiles as you can as fast as you can!".
Tilläggsskärmbilder
Ladda ner Tile Game-förlängningens CRX-fil
Ladda ner Tile Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | peppkhjnpgfhfoeagiiepffelddlcgfn |
Officiell webbadress | https://chrome.google.com/webstore/detail/tile-game/peppkhjnpgfhfoeagiiepffelddlcgfn |
Beskrivning | Use your reaction time skills to get as many tiles as you can as fast as you can! |
Filstorlek | 509 KB |
Antal Installationer | 148 |
Aktuell Version | 1.4.0 |
Senast Uppdaterad | 2019-07-02 |
Publiceringsdatum | 2019-07-02 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | Nicholas Z. |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://nzivkovic.com/projects/tilegame/ |
Hjälpsida URL | https://nzivkovic.com/projects/tilegame/ |
Stödda Språk | 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\/*" ] } |