Games: Skyscraper Building Game

See how tall you can build a skyscraper building with this easy to play and fun game.

Games: Skyscraper Building Game क्या है?

Games: Skyscraper Building Game https://www.vamapaull.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See how tall you can build a skyscraper building with this easy to play and fun game."।

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

screenshot

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

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

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

                        A fun and easy game to play with the objective of building a skyscraper as tall as you can.

Click the screen to place the block on top of the previous block. Be sure to place it in the same place as the previous in order to not break the block and make it smaller.                    

एक्सटेंशन की मूल जानकारी

नाम Games: Skyscraper Building Game Games: Skyscraper Building Game
ID gdhemnpikecpejcaollldplmekiciabd
आधिकारिक URL https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd
विवरण See how tall you can build a skyscraper building with this easy to play and fun game.
फ़ाइल का आकार 25.15 KB
स्थापना संख्या 611
वर्तमान संस्करण 0.1.7
अंतिम अपडेट 2019-03-14
प्रकाशन तिथि 2019-03-14
रेटिंग 4.11/5 कुल 18 रेटिंग्स
डेवलपर https://www.vamapaull.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.vamapaull.com/games/skyscraper-building/
सहायता पृष्ठ URL https://vamapaull.com/contact/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Games: Skyscraper Building Game",
    "short_name": "Building Game",
    "version": "0.1.7",
    "description": "See how tall you can build a skyscraper building with this easy to play and fun game.",
    "offline_enabled": false,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Games: Skyscraper Building Game",
        "default_icon": "icon_128.png"
    },
    "permissions": [
        "tabs"
    ]
}