Kolobok stats checker
This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.
O que é Kolobok stats checker?
Kolobok stats checker é uma extensão do Chrome desenvolvida por jamarcolan, e sua principal característica é "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kolobok stats checker
Baixe arquivos de extensão Kolobok stats checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Kolobok stats checker |
ID | habalnagifbacfgdngbedpneafcodncl |
URL Oficial | https://chromewebstore.google.com/detail/kolobok-stats-checker/habalnagifbacfgdngbedpneafcodncl |
Descrição | This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy. |
Tamanho do Arquivo | 7.69 KB |
Contagem de Instalações | 127 |
Versão Atual | 2.1 |
Última Atualização | 2021-05-20 |
Data de Publicação | 2021-05-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | jamarcolan |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |