Kolobok Checker

Speed and Stealth check from Koloboks. Creator: Guerrat

What is Kolobok Checker?

Kolobok Checker is a Chrome extension developed by José Ricardo Aguillar, and its main feature is "Speed and Stealth check from Koloboks. Creator: Guerrat".

Extension Screenshots

screenshot

Download Kolobok Checker Extension CRX File

Download Kolobok Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Check for Stealth and Speed on SimpleMarket                    

Extension Basic Information

Name Kolobok Checker Kolobok Checker
ID dpmdejibdkplmmpihpdamdkpljhdlomc
Official URL https://chromewebstore.google.com/detail/kolobok-checker/dpmdejibdkplmmpihpdamdkpljhdlomc
Description Speed and Stealth check from Koloboks. Creator: Guerrat
File Size 3.38 KB
Installation Count 39
Current Version 0.1
Last Updated 2021-05-18
Publish Date 2021-05-17
Rating 5.00/5 Total 2 Ratings
Developer José Ricardo Aguillar
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kolobok Checker",
    "version": "0.1",
    "description": "Speed and Stealth check from Koloboks. Creator: Guerrat",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wax.simplemarket.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}