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 |
官方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" ] } ] } |