Kolobok stats checker

This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.

Was ist Kolobok stats checker?

Kolobok stats checker ist eine Chrome-Erweiterung, die von jamarcolan entwickelt wurde, und ihr Hauptmerkmal ist "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.".

Erweiterungsscreenshots

screenshot

Kolobok stats checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kolobok stats checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        To use this extension go to Kolobok session in the Simple Market (https://wax.simplemarket.io/), that will have the kolobok list, in sequence click in the extension icon and click 'Check Kolobok Stats!". This action will reveal speed and stealth atributes of each Kolobok in the page.                    

Grundlegende Informationen zur Erweiterung

Name Kolobok stats checker Kolobok stats checker
ID habalnagifbacfgdngbedpneafcodncl
Offizielle URL https://chromewebstore.google.com/detail/kolobok-stats-checker/habalnagifbacfgdngbedpneafcodncl
Beschreibung This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.
Dateigröße 7.69 KB
Installationsanzahl 127
Aktuelle Version 2.1
Letztes Update 2021-05-20
Veröffentlichungsdatum 2021-05-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler jamarcolan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kolobok stats checker",
    "description": "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.",
    "version": "2.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wax.simplemarket.io\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popout.html",
        "default_title": "Kolobok stats checker"
    },
    "icons": {
        "16": "kolo_png.png",
        "48": "kolo_png.png",
        "128": "kolo_png.png"
    }
}