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 อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}