Kolobok stats checker

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

¿Qué es Kolobok stats checker?

Kolobok stats checker es una extensión de Chrome desarrollada por jamarcolan, y su función principal es "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Kolobok stats checker

Descarga archivos de extensión Kolobok stats checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Kolobok stats checker Kolobok stats checker
ID habalnagifbacfgdngbedpneafcodncl
URL Oficial https://chromewebstore.google.com/detail/kolobok-stats-checker/habalnagifbacfgdngbedpneafcodncl
Descripción This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.
Tamaño del Archivo 7.69 KB
Cantidad de Instalaciones 127
Versión Actual 2.1
Última Actualización 2021-05-20
Fecha de Publicación 2021-05-19
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador jamarcolan
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}