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
公式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
Eメール [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"
    }
}