Colonist.io Counter
Keeps track of cards in the bank
什麼是Colonist.io Counter?
Colonist.io Counter是由austin12chen開發的Chrome擴展程式,該擴展的主要功能是“Keeps track of cards in the bank”。
擴展截圖
下載Colonist.io Counter擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | pakngdooebgdpkjgmbckjhjaikkmedno |
官方網址 | 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" ] } ] } |