Kolobok stats checker

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

Qu'est-ce que Kolobok stats checker ?

Kolobok stats checker est une extension Chrome développée par jamarcolan, et sa fonction principale est "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kolobok stats checker

Téléchargez les fichiers d'extension Kolobok stats checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kolobok stats checker Kolobok stats checker
ID habalnagifbacfgdngbedpneafcodncl
URL Officiel https://chromewebstore.google.com/detail/kolobok-stats-checker/habalnagifbacfgdngbedpneafcodncl
Description This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.
Taille du Fichier 7.69 KB
Nombre d'Installations 127
Version Actuelle 2.1
Dernière Mise à Jour 2021-05-20
Date de Publication 2021-05-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur jamarcolan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}