Colonist.io Counter

Keeps track of cards in the bank

ما هو Colonist.io Counter؟

Colonist.io Counter هو إضافة Chrome تم تطويرها بواسطة austin12chen، والميزة الرئيسية لها هي "Keeps track of cards in the bank".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Colonist.io Counter

قم بتنزيل ملفات الامتداد Colonist.io Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Colonist.io Counter Colonist.io Counter
ID pakngdooebgdpkjgmbckjhjaikkmedno
عنوان URL الرسمي https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno
الوصف Keeps track of cards in the bank
حجم الملف 157 KB
عدد التثبيتات 177
النسخة الحالية 1.0
آخر تحديث 2022-02-02
تاريخ النشر 2022-02-01
تقييم 5.00/5 مجموع تقييمات 2
المطور austin12chen
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad
اللغات المدعومة 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"
            ]
        }
    ]
}