Colonist.io Counter

Keeps track of cards in the bank

Hvad er Colonist.io Counter?

Colonist.io Counter er en Chrome-udvidelse udviklet af austin12chen, og dens hovedfunktion er "Keeps track of cards in the bank".

Udvidelsesskærmbilleder

screenshot

Download Colonist.io Counter-udvidelses-CRX-fil

Download Colonist.io Counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Colonist.io Counter Colonist.io Counter
ID pakngdooebgdpkjgmbckjhjaikkmedno
Officiel URL https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno
Beskrivelse Keeps track of cards in the bank
Filstørrelse 157 KB
Antal Installationer 177
Nuværende Version 1.0
Senest Opdateret 2022-02-02
Udgivelsesdato 2022-02-01
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler austin12chen
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad
Understøttede Sprog 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"
            ]
        }
    ]
}