Kolobok stats checker
This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.
What is Kolobok stats checker?
Kolobok stats checker is a Chrome extension developed by jamarcolan, and its main feature is "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.".
Extension Screenshots
Download Kolobok stats checker Extension CRX File
Download Kolobok stats 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
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.
Extension Basic Information
Name | Kolobok stats checker |
ID | habalnagifbacfgdngbedpneafcodncl |
Official URL | 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. |
File Size | 7.69 KB |
Installation Count | 127 |
Current Version | 2.1 |
Last Updated | 2021-05-20 |
Publish Date | 2021-05-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jamarcolan |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |