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開發的Chrome擴展程式,該擴展的主要功能是“This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl”。

擴展截圖

screenshot
screenshot
screenshot

下載Colonist.io Result Collector擴展crx文件

下載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                    

擴展基本資訊

名稱 Colonist.io Result Collector Colonist.io Result Collector
ID gkhlaeelmbedfdacgpdjhgnjgcmbfjan
官方網址 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"
    }
}