Colonist.io Counter
Keeps track of cards in the bank
Vad är Colonist.io Counter?
Colonist.io Counter är en Chrome-tillägg utvecklad av austin12chen, och dess huvudfunktion är "Keeps track of cards in the bank".
Tilläggsskärmbilder
Ladda ner Colonist.io Counter-förlängningens CRX-fil
Ladda ner Colonist.io Counter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | pakngdooebgdpkjgmbckjhjaikkmedno |
Officiell webbadress | https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno |
Beskrivning | Keeps track of cards in the bank |
Filstorlek | 157 KB |
Antal Installationer | 177 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-02-02 |
Publiceringsdatum | 2022-02-01 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | austin12chen |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad |
Stödda Språk | 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" ] } ] } |