Kolobok stats checker

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

Kolobok stats checker란 무엇입니까?

Kolobok stats checker은(는) jamarcolan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy."입니다.

확장 프로그램 스크린샷

screenshot

Kolobok stats checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Kolobok stats checker Kolobok stats checker
ID habalnagifbacfgdngbedpneafcodncl
공식 URL https://chromewebstore.google.com/detail/kolobok-stats-checker/habalnagifbacfgdngbedpneafcodncl
설명 This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.
파일 크기 7.69 KB
설치 횟수 127
현재 버전 2.1
최근 업데이트 2021-05-20
출시 날짜 2021-05-19
평점 5.00/5 총 1 개의 평점
개발자 jamarcolan
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}