Tile Game

Use your reaction time skills to get as many tiles as you can as fast as you can!

Hvad er Tile Game?

Tile Game er en Chrome-udvidelse udviklet af Nicholas Z., og dens hovedfunktion er "Use your reaction time skills to get as many tiles as you can as fast as you can!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Tile Game-udvidelses-CRX-fil

Download Tile Game-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Tile Game Tile Game
ID peppkhjnpgfhfoeagiiepffelddlcgfn
Officiel URL https://chrome.google.com/webstore/detail/tile-game/peppkhjnpgfhfoeagiiepffelddlcgfn
Beskrivelse Use your reaction time skills to get as many tiles as you can as fast as you can!
Filstørrelse 509 KB
Antal Installationer 148
Nuværende Version 1.4.0
Senest Opdateret 2019-07-02
Udgivelsesdato 2019-07-02
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler Nicholas Z.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://nzivkovic.com/projects/tilegame/
Hjælpeside-URL https://nzivkovic.com/projects/tilegame/
Understøttede Sprog 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\/*"
    ]
}