Tile Game

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

Tile Game क्या है?

Tile Game Nicholas Z. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use your reaction time skills to get as many tiles as you can as fast as you can!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tile Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}