Colonist.io Counter

Keeps track of cards in the bank

Co to jest Colonist.io Counter?

Colonist.io Counter to rozszerzenie Chrome opracowane przez austin12chen, a jego główną funkcją jest „Keeps track of cards in the bank”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Colonist.io Counter

Pobierz pliki rozszerzeń Colonist.io Counter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Colonist.io Counter Colonist.io Counter
ID pakngdooebgdpkjgmbckjhjaikkmedno
Oficjalny URL https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno
Opis Keeps track of cards in the bank
Rozmiar pliku 157 KB
Liczba instalacji 177
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-02-02
Data Publikacji 2022-02-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper austin12chen
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad
Obsługiwane Języki 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"
            ]
        }
    ]
}