Tile Game
Use your reaction time skills to get as many tiles as you can as fast as you can!
Wat is Tile Game?
Tile Game is een Chrome-extensie ontwikkeld door Nicholas Z., en de belangrijkste functie is "Use your reaction time skills to get as many tiles as you can as fast as you can!".
Extensie Screenshots
Download het CRX-bestand van de extensie Tile Game
Download Tile Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | peppkhjnpgfhfoeagiiepffelddlcgfn |
Officiële URL | https://chrome.google.com/webstore/detail/tile-game/peppkhjnpgfhfoeagiiepffelddlcgfn |
Beschrijving | Use your reaction time skills to get as many tiles as you can as fast as you can! |
Bestandsgrootte | 509 KB |
Aantal Installaties | 148 |
Huidige Versie | 1.4.0 |
Laatst Bijgewerkt | 2019-07-02 |
Publicatiedatum | 2019-07-02 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Nicholas Z. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://nzivkovic.com/projects/tilegame/ |
Help Pagina-URL | https://nzivkovic.com/projects/tilegame/ |
Ondersteunde Talen | 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\/*" ] } |