Kolobok stats checker

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

Wat is Kolobok stats checker?

Kolobok stats checker is een Chrome-extensie ontwikkeld door jamarcolan, en de belangrijkste functie is "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Kolobok stats checker

Download Kolobok stats checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Kolobok stats checker Kolobok stats checker
ID habalnagifbacfgdngbedpneafcodncl
Officiële URL https://chromewebstore.google.com/detail/kolobok-stats-checker/habalnagifbacfgdngbedpneafcodncl
Beschrijving This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.
Bestandsgrootte 7.69 KB
Aantal Installaties 127
Huidige Versie 2.1
Laatst Bijgewerkt 2021-05-20
Publicatiedatum 2021-05-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jamarcolan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}