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
Vad är Colonist.io Result Collector?
Colonist.io Result Collector är en Chrome-tillägg utvecklad av https://colonist.inpolen.nl, och dess huvudfunktion är "This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl".
Tilläggsskärmbilder
Ladda ner Colonist.io Result Collector-förlängningens CRX-fil
Ladda ner Colonist.io Result Collector-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
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
Grundläggande Information om Tillägg
Namn | |
ID | gkhlaeelmbedfdacgpdjhgnjgcmbfjan |
Officiell webbadress | https://chromewebstore.google.com/detail/colonistio-result-collect/gkhlaeelmbedfdacgpdjhgnjgcmbfjan |
Beskrivning | This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl |
Filstorlek | 75.76 KB |
Antal Installationer | 50 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2021-07-29 |
Publiceringsdatum | 2021-07-29 |
Utvecklare | https://colonist.inpolen.nl |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |