Kolobok stats checker

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

Hvad er Kolobok stats checker?

Kolobok stats checker er en Chrome-udvidelse udviklet af jamarcolan, og dens hovedfunktion er "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.".

Udvidelsesskærmbilleder

screenshot

Download Kolobok stats checker-udvidelses-CRX-fil

Download Kolobok stats checker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Kolobok stats checker Kolobok stats checker
ID habalnagifbacfgdngbedpneafcodncl
Officiel URL https://chromewebstore.google.com/detail/kolobok-stats-checker/habalnagifbacfgdngbedpneafcodncl
Beskrivelse This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.
Filstørrelse 7.69 KB
Antal Installationer 127
Nuværende Version 2.1
Senest Opdateret 2021-05-20
Udgivelsesdato 2021-05-19
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler jamarcolan
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}