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

Cos'è Colonist.io Result Collector?

Colonist.io Result Collector è un'estensione di Chrome sviluppata da https://colonist.inpolen.nl, e la sua funzione principale è "This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Colonist.io Result Collector

Scarica i file di estensione Colonist.io Result Collector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Colonist.io Result Collector Colonist.io Result Collector
ID gkhlaeelmbedfdacgpdjhgnjgcmbfjan
URL Ufficiale https://chromewebstore.google.com/detail/colonistio-result-collect/gkhlaeelmbedfdacgpdjhgnjgcmbfjan
Descrizione This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl
Dimensione del File 75.76 KB
Conteggio Installazioni 50
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-07-29
Data di Pubblicazione 2021-07-29
Sviluppatore https://colonist.inpolen.nl
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}