Colonist.io Counter

Keeps track of cards in the bank

What is Colonist.io Counter?

Colonist.io Counter is a Chrome extension developed by austin12chen, and its main feature is "Keeps track of cards in the bank".

Extension Screenshots

screenshot

Download Colonist.io Counter Extension CRX File

Download Colonist.io Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome extension that counts cards in the bank on colonist.io

Currently, only keeps track of cards in the bank. 
Planned future features: counts cards in players hands, keeps track of dice rolls throughout the game, counts the total amount of cards received by each player, counts the probabilities of receiving resource X by your next turn                    

Extension Basic Information

Name Colonist.io Counter Colonist.io Counter
ID pakngdooebgdpkjgmbckjhjaikkmedno
Official URL https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno
Description Keeps track of cards in the bank
File Size 157 KB
Installation Count 177
Current Version 1.0
Last Updated 2022-02-02
Publish Date 2022-02-01
Rating 5.00/5 Total 2 Ratings
Developer austin12chen
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Colonist.io Counter",
    "version": "1.0",
    "description": "Keeps track of cards in the bank",
    "action": {
        "default_icon": {
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/colonist.io\/*"
            ],
            "js": [
                "colonist.js",
                "content.js"
            ]
        }
    ]
}