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によって開発されたChromeの拡張機能で、その主な機能は「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

Stack Colors拡張機能のCRXファイルをダウンロード

Stack Colors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}