Colonist.io Result Collector
This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl
Colonist.io Result Collector क्या है?
Colonist.io Result Collector https://colonist.inpolen.nl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Colonist.io Result Collector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
What’s is better than dominating your friends in Colonist.io? Well of course it’s having an eternal memory of your tyranny where you've have beaten your friends threefold. And that’s mostly why this Chrome extensions exist! (low effort) Ugh, BuT hOw DoEs It WoRk? All's quiet simple. First we harvest your game end results. Than we send that to our server. And finally we store it in a big database for safe keeping. You can view your stupendously spectacularly colonising sport game results at: https://colonist.inpolen.nl
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gkhlaeelmbedfdacgpdjhgnjgcmbfjan |
आधिकारिक URL | https://chromewebstore.google.com/detail/colonistio-result-collect/gkhlaeelmbedfdacgpdjhgnjgcmbfjan |
विवरण | This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl |
फ़ाइल का आकार | 75.76 KB |
स्थापना संख्या | 50 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2021-07-29 |
प्रकाशन तिथि | 2021-07-29 |
डेवलपर | https://colonist.inpolen.nl |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colonist.io Result Collector", "description": "This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl", "version": "0.0.1", "permissions": [ "webRequest" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "bundle.js", "content.js" ], "matches": [ "https:\/\/colonist.io\/*" ] } ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/colonist.io\/" ], "js": [ ".\/main.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |