Colonist.io Counter

Keeps track of cards in the bank

Wat is Colonist.io Counter?

Colonist.io Counter is een Chrome-extensie ontwikkeld door austin12chen, en de belangrijkste functie is "Keeps track of cards in the bank".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Colonist.io Counter

Download Colonist.io Counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Colonist.io Counter Colonist.io Counter
ID pakngdooebgdpkjgmbckjhjaikkmedno
Officiële URL https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno
Beschrijving Keeps track of cards in the bank
Bestandsgrootte 157 KB
Aantal Installaties 177
Huidige Versie 1.0
Laatst Bijgewerkt 2022-02-02
Publicatiedatum 2022-02-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar austin12chen
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad
Ondersteunde Talen 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"
            ]
        }
    ]
}