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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Colonist.io Result Collector
ดาวน์โหลดไฟล์ส่วนขยาย Colonist.io Result Collector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |