Tile Game
Use your reaction time skills to get as many tiles as you can as fast as you can!
What is Tile Game?
Tile Game is a Chrome extension developed by Nicholas Z., and its main feature is "Use your reaction time skills to get as many tiles as you can as fast as you can!".
Extension Screenshots
Download Tile Game Extension CRX File
Download Tile Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | peppkhjnpgfhfoeagiiepffelddlcgfn |
Official URL | https://chrome.google.com/webstore/detail/tile-game/peppkhjnpgfhfoeagiiepffelddlcgfn |
Description | Use your reaction time skills to get as many tiles as you can as fast as you can! |
File Size | 509 KB |
Installation Count | 148 |
Current Version | 1.4.0 |
Last Updated | 2019-07-02 |
Publish Date | 2019-07-02 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Nicholas Z. |
[email protected] | |
Payment Type | free |
Extension Website | https://nzivkovic.com/projects/tilegame/ |
Help Page URL | https://nzivkovic.com/projects/tilegame/ |
Supported Languages | 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\/*" ] } |