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".
Снимки экрана расширения
Скачать файл 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
Основная информация о расширении
Название | |
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" ] } ] } |