Stack Colors

Collect objects of a specific color and to get as many of them as you can to the finish line

Stack Colors क्या है?

Stack Colors https://www.noobgamer.club द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect objects of a specific color and to get as many of them as you can to the finish line"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        In Stack Colors, you have a very simple objective - to collect objects of a specific color and to get as many of them as you can to the finish line. You can control your character and its color also influences the color of objects that you need to pick up. You also need to avoid objects of other colors, since picking them up would lead to you losing those of your color and once you lose all of them, it's game over. There are also places where the color can change rapidly and you will have to react quickly to pick up the correct object. Good luck!                    

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

नाम Stack Colors Stack Colors
ID bamhgohngjcfhdegeogndgkkpceokdba
आधिकारिक URL https://chromewebstore.google.com/detail/stack-colors/bamhgohngjcfhdegeogndgkkpceokdba
विवरण Collect objects of a specific color and to get as many of them as you can to the finish line
फ़ाइल का आकार 30.91 KB
स्थापना संख्या 34
वर्तमान संस्करण 1
अंतिम अपडेट 2020-09-21
प्रकाशन तिथि 2020-09-20
डेवलपर https://www.noobgamer.club
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.noobgamer.club/games/play/stack-colors
सहायता पृष्ठ URL http://www.noobgamer.club/page/terms
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stack Colors",
    "manifest_version": 2,
    "description": "Collect objects of a specific color and to get as many of them as you can to the finish line",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "version": "1",
    "browser_action": [],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    }
}