Colonist.io Counter
Keeps track of cards in the bank
Colonist.io Counter क्या है?
Colonist.io Counter austin12chen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keeps track of cards in the bank"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Colonist.io Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |