Colonist.io Counter

Keeps track of cards in the bank

Apa itu Colonist.io Counter?

Colonist.io Counter adalah ekstensi Chrome yang dikembangkan oleh austin12chen, dan fitur utamanya adalah "Keeps track of cards in the bank".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Colonist.io Counter

Unduh file ekstensi Colonist.io Counter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Colonist.io Counter Colonist.io Counter
ID pakngdooebgdpkjgmbckjhjaikkmedno
URL Resmi https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno
Deskripsi Keeps track of cards in the bank
Ukuran File 157 KB
Jumlah Instalasi 177
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-02-02
Tanggal Publikasi 2022-02-01
Penilaian 5.00/5 Total 2 Penilaian
Pengembang austin12chen
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad
Bahasa yang Didukung 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"
            ]
        }
    ]
}