Tile Game

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

Что такое Tile Game?

Tile Game - это расширение Chrome, разработанное Nicholas Z., и его основная функция - "Use your reaction time skills to get as many tiles as you can as fast as you can!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Tile Game

Скачайте файлы расширений Tile Game в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Tile Game Tile Game
ID peppkhjnpgfhfoeagiiepffelddlcgfn
Официальный URL https://chrome.google.com/webstore/detail/tile-game/peppkhjnpgfhfoeagiiepffelddlcgfn
Описание Use your reaction time skills to get as many tiles as you can as fast as you can!
Размер файла 509 KB
Количество установок 148
Текущая Версия 1.4.0
Последнее Обновление 2019-07-02
Дата публикации 2019-07-02
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Nicholas Z.
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://nzivkovic.com/projects/tilegame/
URL страницы помощи https://nzivkovic.com/projects/tilegame/
Поддерживаемые языки 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\/*"
    ]
}