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 là gì?
Colonist.io Result Collector là một tiện ích mở rộng Chrome được phát triển bởi https://colonist.inpolen.nl, và tính năng chính của nó là "This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Colonist.io Result Collector
Tải xuống các tệp mở rộng Colonist.io Result Collector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gkhlaeelmbedfdacgpdjhgnjgcmbfjan |
URL Chính Thức | https://chromewebstore.google.com/detail/colonistio-result-collect/gkhlaeelmbedfdacgpdjhgnjgcmbfjan |
Mô tả | This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl |
Kích Thước Tệp | 75.76 KB |
Số Lần Cài Đặt | 50 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-07-29 |
Ngày Phát Hành | 2021-07-29 |
Nhà Phát Triển | https://colonist.inpolen.nl |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |