Kolobok stats checker

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

Vad är Kolobok stats checker?

Kolobok stats checker är en Chrome-tillägg utvecklad av jamarcolan, och dess huvudfunktion är "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.".

Tilläggsskärmbilder

screenshot

Ladda ner Kolobok stats checker-förlängningens CRX-fil

Ladda ner Kolobok stats checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Kolobok stats checker Kolobok stats checker
ID habalnagifbacfgdngbedpneafcodncl
Officiell webbadress https://chromewebstore.google.com/detail/kolobok-stats-checker/habalnagifbacfgdngbedpneafcodncl
Beskrivning This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.
Filstorlek 7.69 KB
Antal Installationer 127
Aktuell Version 2.1
Senast Uppdaterad 2021-05-20
Publiceringsdatum 2021-05-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare jamarcolan
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}