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
官方網址 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
    }
}