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

Qu'est-ce que Colonist.io Result Collector ?

Colonist.io Result Collector est une extension Chrome développée par https://colonist.inpolen.nl, et sa fonction principale est "This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Colonist.io Result Collector

Téléchargez les fichiers d'extension Colonist.io Result Collector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Colonist.io Result Collector Colonist.io Result Collector
ID gkhlaeelmbedfdacgpdjhgnjgcmbfjan
URL Officiel https://chromewebstore.google.com/detail/colonistio-result-collect/gkhlaeelmbedfdacgpdjhgnjgcmbfjan
Description This Extension reads the results of games played on colonist.io and puts them into a public database viewable at colonist.inpolen.nl
Taille du Fichier 75.76 KB
Nombre d'Installations 50
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-07-29
Date de Publication 2021-07-29
Développeur https://colonist.inpolen.nl
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}