Colonist.io Counter

Keeps track of cards in the bank

Cos'è Colonist.io Counter?

Colonist.io Counter è un'estensione di Chrome sviluppata da austin12chen, e la sua funzione principale è "Keeps track of cards in the bank".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Colonist.io Counter

Scarica i file di estensione Colonist.io Counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Colonist.io Counter Colonist.io Counter
ID pakngdooebgdpkjgmbckjhjaikkmedno
URL Ufficiale https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno
Descrizione Keeps track of cards in the bank
Dimensione del File 157 KB
Conteggio Installazioni 177
Versione Corrente 1.0
Ultimo Aggiornamento 2022-02-02
Data di Pubblicazione 2022-02-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore austin12chen
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad
Lingue Supportate 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"
            ]
        }
    ]
}